Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GooGee/Entity-Builder
/ makeJavaBridge
Function
makeJavaBridge
src/Bridge/makeJavaBridge.ts:1–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
default
function
makeJavaBridge() {
2
window.bridge = {
3
error(code: string, message: string) {
4
console.log(code, message)
5
},
6
send(text: string) {
7
console.log(text)
8
},
9
}
10
}
Callers
1
load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected