Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ lastChild
Method
lastChild
website/public/wasm/web-tree-sitter.js:901–903 ·
view source on GitHub ↗
Get this node's last child.
()
Source
from the content-addressed store, hash-verified
899
}
900
/** Get this node's last child. */
901
get lastChild() {
902
return
this.child(this.childCount - 1);
903
}
904
/**
905
* Get this node's last named child.
906
*
Callers
nothing calls this directly
Calls
1
child
Method · 0.45
Tested by
no test coverage detected