MCPcopy Create free account
hub / github.com/freecodexyz/free-code / registerBridgeDebugHandle

Function registerBridgeDebugHandle

src/bridge/bridgeDebug.ts:57–59  ·  view source on GitHub ↗
(h: BridgeDebugHandle)

Source from the content-addressed store, hash-verified

55const faultQueue: BridgeFault[] = []
56
57export function registerBridgeDebugHandle(h: BridgeDebugHandle): void {
58 debugHandle = h
59}
60
61export function clearBridgeDebugHandle(): void {
62 debugHandle = null

Callers 1

initBridgeCoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected