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

Class

__tests__/parse-pool.test.ts:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 * wired its listeners first.
29 */
30class FakeWorker implements ParsePoolWorker {
31 private msgCb?: (m: unknown) => void;
32 private exitCb?: (code: number) => void;
33 alive = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected