Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getArrays
Method
getArrays
src/main/java/matcher/type/ClassInstance.java:437–439 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
435
}
436
437
public
ClassInstance[] getArrays() {
438
return
arrays;
439
}
440
441
private
void
addArray(ClassInstance cls) {
442
assert !Arrays.asList(arrays).contains(cls);
Callers
2
match
Method · 0.80
unmatch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected