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

Function disableSimulationAfterFallback

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

Source from the content-addressed store, hash-verified

50 * Disable 429 simulation after successful fallback
51 */
52export function disableSimulationAfterFallback(): void {
53 fallbackOccurred = true;
54}
55
56/**
57 * Create a simulated 429 error response

Calls

no outgoing calls

Tested by

no test coverage detected