MCPcopy Create free account
hub / github.com/FabricMC/Matcher / getArgs

Method getArgs

src/main/java/matcher/type/MethodInstance.java:330–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328 }
329
330 public MethodVarInstance[] getArgs() {
331 return args;
332 }
333
334 public MethodVarInstance[] getVars() {
335 return vars;

Callers 15

onSelectMethod · 0.95
readMethod · 0.95
unmatchArgsVarsMethod · 0.45
unmatchMethod · 0.45
getStatusMethod · 0.45
compareMethod · 0.45
propagateNamesMethod · 0.45
getMethodVarMethod · 0.45
exportMethodsMethod · 0.45
shouldExportMethod · 0.45
clearMethod · 0.45
getScoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected