MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getNodesInFile

Method getNodesInFile

src/resolution/types.ts:70–70  ·  view source on GitHub ↗

Get all nodes in a file

(filePath: string)

Source from the content-addressed store, hash-verified

68export interface ResolutionContext {
69 /** Get all nodes in a file */
70 getNodesInFile(filePath: string): Node[];
71 /** Get all nodes by name */
72 getNodesByName(name: string): Node[];
73 /** Get all nodes by qualified name */

Callers 15

getFileExportIndexFunction · 0.65
resolveLuaRequireFunction · 0.65
resolveRustPathReferenceFunction · 0.65
enclosingScopeStartLineFunction · 0.65
matchMethodCallFunction · 0.65
eventEmitterEdgesFunction · 0.65
arkuiEmitterEdgesFunction · 0.65
arkuiRouterEdgesFunction · 0.65
reactJsxChildEdgesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected