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

Method getExecutionIdByInputHash

src/lib/progress-store.ts:40–42  ·  view source on GitHub ↗
(inputHash: string)

Source from the content-addressed store, hash-verified

38 }
39
40 getExecutionIdByInputHash(inputHash: string): string | null {
41 return this.inputHashToExecutionId.get(inputHash) || null;
42 }
43
44 update(id: string, message: string, type: "info" | "success" | "error" = "info"): void {
45 const execution = this.executions.get(id);

Callers 1

POSTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected