MCPcopy Create free account
hub / github.com/codeaashu/claude-code / clearApiRequestCache

Function clearApiRequestCache

src/services/api/dumpPrompts.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36export function clearApiRequestCache(): void {
37 cachedApiRequests.length = 0
38}
39
40export function clearDumpState(agentIdOrSessionId: string): void {
41 dumpState.delete(agentIdOrSessionId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected