MCPcopy
hub / github.com/colbymchenry/codegraph / resolveReferencesBatched

Method resolveReferencesBatched

src/index.ts:793–795  ·  view source on GitHub ↗

* Resolve references in batches to keep memory bounded on large codebases. * Processes chunks of unresolved refs, persisting results after each batch.

(onProgress?: (current: number, total: number) => void)

Source from the content-addressed store, hash-verified

791 * Processes chunks of unresolved refs, persisting results after each batch.
792 */
793 async resolveReferencesBatched(onProgress?: (current: number, total: number) => void): Promise<ResolutionResult> {
794 return this.resolver.resolveAndPersistBatched(onProgress);
795 }
796
797 /**
798 * Get detected frameworks in the project

Callers 2

indexAllMethod · 0.95
syncMethod · 0.95

Calls 1

Tested by

no test coverage detected