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

Method getPendingReferenceCount

src/index.ts:1195–1197  ·  view source on GitHub ↗

* References extracted but never attempted by a resolution pass. Zero on a * healthy index — a completed pass consumes every pending row (resolving it * or parking it as failed, #1240). Non-zero at rest means a pass was * interrupted mid-run (killed indexer, crash — #1187), so some files' c

()

Source from the content-addressed store, hash-verified

1193 * edges are missing; the next `sync` sweeps them.
1194 */
1195 getPendingReferenceCount(): number {
1196 return this.queries.getUnresolvedReferencesCount();
1197 }
1198
1199 /**
1200 * Get detected frameworks in the project

Callers 4

handleStatusMethod · 0.80
mainFunction · 0.80
sync.test.tsFile · 0.80

Calls 1

Tested by

no test coverage detected