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

Method getAllFiles

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

Get all files

()

Source from the content-addressed store, hash-verified

111 getProjectRoot(): string;
112 /** Get all files */
113 getAllFiles(): string[];
114 /** Get nodes by lowercase name (O(1) lookup for fuzzy matching) */
115 getNodesByLowerName(lowerName: string): Node[];
116 /**

Callers 15

getFilesMethod · 0.65
syncMethod · 0.65
getChangedFilesMethod · 0.65
luaBasenameIndexFunction · 0.65
eventEmitterEdgesFunction · 0.65
arkuiEmitterEdgesFunction · 0.65
arkuiRouterEdgesFunction · 0.65
reactJsxChildEdgesFunction · 0.65
vueTemplateEdgesFunction · 0.65
rnEventEdgesFunction · 0.65
ginMiddlewareChainEdgesFunction · 0.65
pascalFormEdgesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected