MCPcopy Create free account
hub / github.com/altic-dev/Pilot /

Class

src/lib/progress-store.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14class ProgressStore {
15 private executions = new Map<string, ProgressExecution>();
16 private inputHashToExecutionId = new Map<string, string>();
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected