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

Method foreignBytes

cmd/Tracker.java:122–124  ·  view source on GitHub ↗
(byte[] v)

Source from the content-addressed store, hash-verified

120 return (String)this.get(v);
121 }
122 public synchronized long foreignBytes(byte[] v) {
123 return track(v);
124 }
125 public synchronized byte[] foreignToBytes(long v) {
126 return (byte[])this.get(v);
127 }

Callers

nothing calls this directly

Calls 1

trackMethod · 0.95

Tested by

no test coverage detected