MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / walk

Method walk

website/public/wasm/web-tree-sitter.js:276–278  ·  view source on GitHub ↗

Create a new TreeCursor starting from the root of the tree.

()

Source from the content-addressed store, hash-verified

274 }
275 /** Create a new {@link TreeCursor} starting from the root of the tree. */
276 walk() {
277 return this.rootNode.walk();
278 }
279 /**
280 * Compare this old edited syntax tree to a new syntax tree representing
281 * the same document, returning a sequence of ranges whose syntactic

Callers

nothing calls this directly

Calls 1

walkMethod · 0.45

Tested by

no test coverage detected