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

Function teardown

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

logEventFunction · 0.70
logForDebuggingFunction · 0.50

Tested by

no test coverage detected