MCPcopy 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

onSelectMethod · 0.95
readMethod · 0.95
unmatchArgsVarsMethod · 0.80
unmatchMethod · 0.80
getStatusMethod · 0.80
getMethodVarMethod · 0.80
exportMethodsMethod · 0.80
shouldExportMethod · 0.80
clearMethod · 0.80
getScoreMethod · 0.80
onMethodSelectMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected