()
| 1847 | ) |
| 1848 | }, |
| 1849 | async teardown() { |
| 1850 | unregister() |
| 1851 | await doTeardownImpl?.() |
| 1852 | logForDebugging('[bridge:repl] Torn down') |
| 1853 | logEvent('ncode_bridge_repl_teardown', {}) |
| 1854 | }, |
| 1855 | } |
| 1856 | } |
| 1857 |
nothing calls this directly
no test coverage detected