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

Class

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

Source from the content-addressed store, hash-verified

183}
184
185export class ParseWorkerPool {
186 private idle: ParsePoolWorker[] = [];
187 private queue: ParseJob[] = [];
188 private inflight = new Map<ParsePoolWorker, ParseJob>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected