Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gomatcha/matcha
/ singleton
Method
singleton
cmd/Bridge.java:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
private
Bridge() {
11
}
12
public
static
Bridge singleton() {
13
return
instance;
14
}
15
public
void
put(String j, Object v) {
16
this.mapTable.put(j, v);
17
}
Callers
3
init
Method · 0.95
foreignBridge
Method · 0.95
ExampleJavaBridge
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected