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

Method foreignArrayAt

cmd/Tracker.java:136–139  ·  view source on GitHub ↗
(long v, int idx)

Source from the content-addressed store, hash-verified

134 a[idx] = this.get(val);
135 }
136 public synchronized long foreignArrayAt(long v, int idx) {
137 Object[] a = (Object[])this.get(v);
138 return track(a[idx]);
139 }
140 public synchronized long foreignArrayLen(long v) {
141 Object[] a = (Object[])this.get(v);
142 return a.length;

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
trackMethod · 0.95

Tested by

no test coverage detected