MCPcopy Create free account
hub / github.com/GooGee/Entity-Builder / error

Function error

src/Bridge/makeJavaBridge.ts:3–5  ·  view source on GitHub ↗
(code: string, message: string)

Source from the content-addressed store, hash-verified

1export 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 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected