MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / delete

Method delete

packages/bot/src/action-store.ts:32–34  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

30 return e.snap;
31 }
32 async delete(id: string): Promise<void> {
33 this.map.delete(id);
34 }
35}

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected