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

Class

src/extraction/parse-pool.ts:172–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172export class ParseWorkerPool {
173 private idle: ParsePoolWorker[] = [];
174 private queue: ParseJob[] = [];
175 private inflight = new Map<ParsePoolWorker, ParseJob>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected