MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / getFile

Method getFile

src/index.ts:947–949  ·  view source on GitHub ↗

* Get a file record by path

(filePath: string)

Source from the content-addressed store, hash-verified

945 * Get a file record by path
946 */
947 getFile(filePath: string): FileRecord | null {
948 return this.queries.getFileByPath(filePath);
949 }
950
951 /**
952 * Get all tracked files

Callers 2

extraction.test.tsFile · 0.80
foundation.test.tsFile · 0.80

Calls 1

getFileByPathMethod · 0.80

Tested by

no test coverage detected