MCPcopy
hub / github.com/colbymchenry/codegraph / getAllFiles

Method getAllFiles

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

Get all files

()

Source from the content-addressed store, hash-verified

79 getProjectRoot(): string;
80 /** Get all files */
81 getAllFiles(): string[];
82 /** Get nodes by lowercase name (O(1) lookup for fuzzy matching) */
83 getNodesByLowerName(lowerName: string): Node[];
84 /**

Callers 15

getFilesMethod · 0.65
syncMethod · 0.65
getChangedFilesMethod · 0.65
resolveLuaRequireFunction · 0.65
eventEmitterEdgesFunction · 0.65
reactJsxChildEdgesFunction · 0.65
vueTemplateEdgesFunction · 0.65
rnEventEdgesFunction · 0.65
ginMiddlewareChainEdgesFunction · 0.65
pascalFormEdgesFunction · 0.65
svelteKitLoadEdgesFunction · 0.65
objectRegistryEdgesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected