MCPcopy Create free account
hub / github.com/anus-dev/ANUS / resetSimulationState

Function resetSimulationState

packages/core/src/utils/testUtils.ts:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 * Reset simulation state when switching auth methods
69 */
70export function resetSimulationState(): void {
71 fallbackOccurred = false;
72 resetRequestCounter();
73}
74
75/**
76 * Enable/disable 429 simulation programmatically (for tests)

Callers

nothing calls this directly

Calls 1

resetRequestCounterFunction · 0.85

Tested by

no test coverage detected