Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gomatcha/matcha
/ foreignArrayLen
Method
foreignArrayLen
cmd/Tracker.java:140–143 ·
view source on GitHub ↗
(long v)
Source
from the content-addressed store, hash-verified
138
return
track(a[idx]);
139
}
140
public
synchronized long foreignArrayLen(long v) {
141
Object[] a = (Object[])this.get(v);
142
return
a.length;
143
}
144
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected