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

Class

__tests__/query-pool.test.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * the pool has wired its listeners first.
27 */
28class FakeWorker implements PoolWorker {
29 private msgCb?: (m: unknown) => void;
30 private exitCb?: (code: number) => void;
31 alive = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected