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

Method firstChild

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

Get this node's first child.

()

Source from the content-addressed store, hash-verified

887 }
888 /** Get this node's first child. */
889 get firstChild() {
890 return this.child(0);
891 }
892 /**
893 * Get this node's first named child.
894 *

Callers

nothing calls this directly

Calls 1

childMethod · 0.45

Tested by

no test coverage detected