MCPcopy 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
61export function clearBridgeDebugHandle(): void {
62 debugHandle = null
63 faultQueue.length = 0
64}
65
66export function getBridgeDebugHandle(): BridgeDebugHandle | null {
67 return debugHandle

Callers 1

initBridgeCoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected