MCPcopy Create free account
hub / github.com/Noumena-Network/code / triggerTeardown

Function triggerTeardown

src/bridge/replBridge.ts:883–885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

881 // callbacks that run after assignment, so the reference is always valid.
882 let doTeardownImpl: (() => Promise<void>) | null = null
883 function triggerTeardown(): void {
884 void doTeardownImpl?.()
885 }
886
887 /**
888 * Body of the transport's setOnClose callback, hoisted to initBridgeCore

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected