MCPcopy 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

initMethod · 0.95
foreignBridgeMethod · 0.95
ExampleJavaBridgeClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected