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

Method setFallbackMode

packages/core/src/config/config.ts:428–430  ·  view source on GitHub ↗
(active: boolean)

Source from the content-addressed store, hash-verified

426 }
427
428 setFallbackMode(active: boolean): void {
429 this.inFallbackMode = active;
430 }
431
432 setFlashFallbackHandler(handler: FlashFallbackHandler): void {
433 this.flashFallbackHandler = handler;

Callers 5

handleFlashFallbackMethod · 0.80
handleFlashFallbackMethod · 0.80
config.test.tsFile · 0.80
flashFallbackHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected