()
| 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 |
no outgoing calls
no test coverage detected