MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / installBridge

Function installBridge

apps/web/src/bridge/http-bridge.ts:1565–1568  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1563}
1564
1565export function installBridge(): void {
1566 if (typeof window === 'undefined') return
1567 installZenBridge(httpBridge)
1568}

Callers 1

main.tsxFile · 0.90

Calls 1

installZenBridgeFunction · 0.90

Tested by

no test coverage detected