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

Method getChangedFiles

src/index.ts:1074–1076  ·  view source on GitHub ↗

* Get files that have changed since last index

()

Source from the content-addressed store, hash-verified

1072 * Get files that have changed since last index
1073 */
1074 getChangedFiles(): { added: string[]; modified: string[]; removed: string[] } {
1075 return this.orchestrator.getChangedFiles();
1076 }
1077
1078 /**
1079 * Most recent index timestamp (ms since epoch) across all tracked files, or

Callers 2

sync.test.tsFile · 0.45
extraction.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected