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

Method foreignString

cmd/Tracker.java:116–118  ·  view source on GitHub ↗
(String v)

Source from the content-addressed store, hash-verified

114 return ((GoValue)this.get(v)).goRef;
115 }
116 public synchronized long foreignString(String v) {
117 return track(v);
118 }
119 public synchronized String foreignToString(long v) {
120 return (String)this.get(v);
121 }

Callers

nothing calls this directly

Calls 1

trackMethod · 0.95

Tested by

no test coverage detected