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

Class

src/extraction/store-writer.ts:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65export class StoreWriter {
66 private worker: Worker;
67 private readyPromise: Promise<void>;
68 private firstError: Error | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected