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

Method getFiles

src/index.ts:1605–1607  ·  view source on GitHub ↗

* Get all tracked files

()

Source from the content-addressed store, hash-verified

1603 * Get all tracked files
1604 */
1605 getFiles(): FileRecord[] {
1606 return this.queries.getAllFiles();
1607 }
1608
1609 /**
1610 * A `(path) => boolean` generated-file test over a BOUNDED candidate list,

Callers 12

handleExploreMethod · 0.80
handleFileViewMethod · 0.80
handleFilesMethod · 0.80
mainFunction · 0.80
sync.test.tsFile · 0.80
extraction.test.tsFile · 0.80
watcher.test.tsFile · 0.80
foundation.test.tsFile · 0.80

Calls 1

getAllFilesMethod · 0.65

Tested by

no test coverage detected