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

Method getChangedFiles

src/index.ts:724–726  ·  view source on GitHub ↗

* Get files that have changed since last index

()

Source from the content-addressed store, hash-verified

722 * Get files that have changed since last index
723 */
724 getChangedFiles(): { added: string[]; modified: string[]; removed: string[] } {
725 return this.orchestrator.getChangedFiles();
726 }
727
728 /**
729 * 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