()
| 34 | } |
| 35 | |
| 36 | export function clearApiRequestCache(): void { |
| 37 | cachedApiRequests.length = 0 |
| 38 | } |
| 39 | |
| 40 | export function clearDumpState(agentIdOrSessionId: string): void { |
| 41 | dumpState.delete(agentIdOrSessionId) |
nothing calls this directly
no outgoing calls
no test coverage detected