Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
export
function
clearDumpState(agentIdOrSessionId: string): void {
41
dumpState.delete(agentIdOrSessionId)
42
}
43
44
export
function
clearAllDumpState(): void {
45
dumpState.clear()
Callers
2
runAsyncAgentLifecycle
Function · 0.85
call
Function · 0.85
Calls
1
delete
Method · 0.80
Tested by
no test coverage detected