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

Method exists

src/lib/progress-store.ts:124–126  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

122 }
123
124 exists(id: string): boolean {
125 return this.executions.has(id);
126 }
127}
128
129// Export singleton instance

Callers 1

GETFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected