Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ clearBridgeDebugHandle
Function
clearBridgeDebugHandle
src/bridge/bridgeDebug.ts:61–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
export
function
clearBridgeDebugHandle(): void {
62
debugHandle = null
63
faultQueue.length = 0
64
}
65
66
export
function
getBridgeDebugHandle(): BridgeDebugHandle | null {
67
return
debugHandle
Callers
1
initBridgeCore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected