Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
child
Method · 0.45
Tested by
no test coverage detected