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

Method setFlashFallbackHandler

packages/core/src/config/config.ts:432–434  ·  view source on GitHub ↗
(handler: FlashFallbackHandler)

Source from the content-addressed store, hash-verified

430 }
431
432 setFlashFallbackHandler(handler: FlashFallbackHandler): void {
433 this.flashFallbackHandler = handler;
434 }
435
436 getMaxSessionTurns(): number {
437 return this.maxSessionTurns;

Callers 2

AppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected