Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ getNode
Method
getNode
src/index.ts:1252–1254 ·
view source on GitHub ↗
* Get a node by ID
(id: string)
Source
from the content-addressed store, hash-verified
1250
* Get a node by ID
1251
*/
1252
getNode(id: string): Node | null {
1253
return
this.queries.getNodeById(id);
1254
}
1255
1256
/**
1257
* Get all nodes in a file
Callers
15
containerOf
Method · 0.80
buildPolymorphicBoundaries
Method · 0.80
boundaryCandidates
Method · 0.80
handleExplore
Method · 0.80
valueRefReaders
Function · 0.80
sourceFiles
Function · 0.80
frameworks-integration.test.ts
File · 0.80
same-name-disambiguation.test.ts
File · 0.80
instTargets
Function · 0.80
resolution.test.ts
File · 0.80
methodsOf
Function · 0.80
callerNamesOf
Function · 0.80
Calls
1
getNodeById
Method · 0.65
Tested by
6
valueRefReaders
Function · 0.64
sourceFiles
Function · 0.64
instTargets
Function · 0.64
methodsOf
Function · 0.64
callerNamesOf
Function · 0.64
sourceNames
Function · 0.64