Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ source
Method
source
src/extraction/tree-sitter.ts:1482–1482 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1480
popScope: () => self.nodeStack.pop(),
1481
get filePath() {
return
self.filePath; },
1482
get source() {
return
self.source; },
1483
get nodeStack() {
return
self.nodeStack; },
1484
get nodes() {
return
self.nodes; },
1485
};
Callers
2
render
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected