MCPcopy Create free account
hub / github.com/gomatcha/matcha / foreignBridge

Method foreignBridge

cmd/Tracker.java:46–49  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

44 return a;
45 }
46 public synchronized long foreignBridge(String key) {
47 Bridge bridge = Bridge.singleton();
48 return track(bridge.get(key));
49 }
50 public synchronized long foreignCall(long v, String method, long args) {
51 Object[] va = (Object[])this.get(args);
52 int len = 0;

Callers

nothing calls this directly

Calls 3

singletonMethod · 0.95
trackMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected