MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / readFile

Method readFile

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

Read file content

(filePath: string)

Source from the content-addressed store, hash-verified

75 fileExists(filePath: string): boolean;
76 /** Read file content */
77 readFile(filePath: string): string | null;
78 /** Get project root */
79 getProjectRoot(): string;
80 /** Get all files */

Callers 15

indexAllMethod · 0.80
indexFileMethod · 0.80
resolveViaImportFunction · 0.80
inferCppReceiverTypeFunction · 0.80
inferLocalReceiverTypeFunction · 0.80
createContextMethod · 0.80
getRazorUsingsMethod · 0.80
fieldChannelEdgesFunction · 0.80
closureCollectionEdgesFunction · 0.80
eventEmitterEdgesFunction · 0.80
reactRenderEdgesFunction · 0.80
flutterBuildEdgesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected