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

Function resetRequestCounter

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

Source from the content-addressed store, hash-verified

43 * Reset the request counter (useful for tests)
44 */
45export function resetRequestCounter(): void {
46 requestCounter = 0;
47}
48
49/**
50 * Disable 429 simulation after successful fallback

Callers 3

resetSimulationStateFunction · 0.85
setSimulate429Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected