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

Method foreignToBytes

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

Source from the content-addressed store, hash-verified

123 return track(v);
124 }
125 public synchronized byte[] foreignToBytes(long v) {
126 return (byte[])this.get(v);
127 }
128 public synchronized long foreignArray(int v) {
129 Object[] a = new Object[v];
130 return track(a);

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected