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