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

Method getLastIndexedAt

src/index.ts:1152–1154  ·  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

1150 * freshness without shelling out to `codegraph status --json`. (#329)
1151 */
1152 getLastIndexedAt(): number | null {
1153 return this.queries.getLastIndexedAt();
1154 }
1155
1156 /**
1157 * 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