We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the tree walking example at https://github.com/nodegit/nodegit/blob/master/examples/walk-tree.js, the Tree.walk() method is used to enumerate the contents of a tree object.
However, in the documentation at http://www.nodegit.org/#Tree, there is no Tree.walk() method listed.
I also have the impression that there are in fact many such methods not listed in the Nodegit documentation.