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

Method getFiles

src/index.ts:1535–1537  ·  view source on GitHub ↗

* Get all tracked files

()

Source from the content-addressed store, hash-verified

1533 * Get all tracked files
1534 */
1535 getFiles(): FileRecord[] {
1536 return this.queries.getAllFiles();
1537 }
1538
1539 // ===========================================================================
1540 // Graph Query Methods

Callers 7

handleFileViewMethod · 0.80
handleFilesMethod · 0.80
mainFunction · 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