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

Class

src/resolution/resolver-pool.ts:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61export class ResolverPool {
62 private workers: PoolWorker[] = [];
63 private nextId = 0;
64 private waiters = new Map<number, { resolve: (r: ChunkResult) => void; reject: (e: Error) => void }>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected