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

Method getLastIndexedAt

src/index.ts:1083–1085  ·  view source on GitHub ↗

* Most recent index timestamp (ms since epoch) across all tracked files, or * null when nothing is indexed yet. Lets library consumers check index * freshness without shelling out to `codegraph status --json`. (#329)

()

Source from the content-addressed store, hash-verified

1081 * freshness without shelling out to `codegraph status --json`. (#329)
1082 */
1083 getLastIndexedAt(): number | null {
1084 return this.queries.getLastIndexedAt();
1085 }
1086
1087 /**
1088 * Completeness of the last full index run. `'complete'` is the only good

Callers 2

isIndexStaleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected