Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getVars
Method
getVars
src/main/java/matcher/type/MethodInstance.java:334–336 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
332
}
333
334
public
MethodVarInstance[] getVars() {
335
return
vars;
336
}
337
338
public
boolean hasAllArgsMapped() {
339
for
(MethodVarInstance arg : args) {
Callers
15
onSelect
Method · 0.95
read
Method · 0.95
unmatchArgsVars
Method · 0.80
unmatch
Method · 0.80
getStatus
Method · 0.80
getMethodVar
Method · 0.80
exportMethods
Method · 0.80
shouldExport
Method · 0.80
clear
Method · 0.80
getScore
Method · 0.80
onMethodSelect
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected