MCPcopy Create free account
hub / github.com/freecodexyz/free-code / clearDumpState

Function clearDumpState

src/services/api/dumpPrompts.ts:40–42  ·  view source on GitHub ↗
(agentIdOrSessionId: string)

Source from the content-addressed store, hash-verified

38}
39
40export function clearDumpState(agentIdOrSessionId: string): void {
41 dumpState.delete(agentIdOrSessionId)
42}
43
44export function clearAllDumpState(): void {
45 dumpState.clear()

Callers 2

runAsyncAgentLifecycleFunction · 0.85
callFunction · 0.85

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected