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

Method getFiles

src/index.ts:954–956  ·  view source on GitHub ↗

* Get all tracked files

()

Source from the content-addressed store, hash-verified

952 * Get all tracked files
953 */
954 getFiles(): FileRecord[] {
955 return this.queries.getAllFiles();
956 }
957
958 // ===========================================================================
959 // Graph Query Methods

Callers 6

handleFileViewMethod · 0.80
handleFilesMethod · 0.80
mainFunction · 0.80
extraction.test.tsFile · 0.80
foundation.test.tsFile · 0.80

Calls 1

getAllFilesMethod · 0.65

Tested by

no test coverage detected