Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ clearAllDumpState
Function
clearAllDumpState
src/services/api/dumpPrompts.ts:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
export
function
clearAllDumpState(): void {
45
dumpState.clear()
46
}
47
48
export
function
addApiRequestToCache(requestData: unknown): void {
49
if
(process.env.USER_TYPE !==
'ant'
)
return
Callers
1
clearSessionCaches
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected