* 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)
()
| 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 |
no outgoing calls
no test coverage detected