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