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

Method foreignToGoRef

cmd/Tracker.java:113–115  ·  view source on GitHub ↗
(long v)

Source from the content-addressed store, hash-verified

111 return track(new GoValue(v, false));
112 }
113 public synchronized long foreignToGoRef(long v) {
114 return ((GoValue)this.get(v)).goRef;
115 }
116 public synchronized long foreignString(String v) {
117 return track(v);
118 }

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected