MCPcopy Index your code
hub / github.com/codeaashu/claude-code / triggerTeardown

Function triggerTeardown

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

Source from the content-addressed store, hash-verified

872 // callbacks that run after assignment, so the reference is always valid.
873 let doTeardownImpl: (() => Promise<void>) | null = null
874 function triggerTeardown(): void {
875 void doTeardownImpl?.()
876 }
877
878 /**
879 * Body of the transport's setOnClose callback, hoisted to initBridgeCore

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected