Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1565
export
function
installBridge(): void {
1566
if
(typeof window ===
'undefined'
)
return
1567
installZenBridge(httpBridge)
1568
}
Callers
1
main.tsx
File · 0.90
Calls
1
installZenBridge
Function · 0.90
Tested by
no test coverage detected