MCPcopy 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
44export function clearAllDumpState(): void {
45 dumpState.clear()
46}
47
48export function addApiRequestToCache(requestData: unknown): void {
49 if (process.env.USER_TYPE !== 'ant') return

Callers 1

clearSessionCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected