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

Method visitMethodArg

src/main/java/matcher/mapping/Mappings.java:108–119  ·  view source on GitHub ↗
(int argPosition, int lvIndex, String srcArgName)

Source from the content-addressed store, hash-verified

106 }
107
108 @Override
109 public boolean visitMethodArg(int argPosition, int lvIndex, String srcArgName) {
110 var = null;
111
112 cur = arg = getMethodVar(argPosition, lvIndex, -1, -1, true);
113
114 if (arg == null) {
115 return false;
116 }
117
118 return true;
119 }
120
121 @Override
122 public boolean visitMethodVar(int asmIndex, int lvIndex, int startOpIdx, int endOpIdx, String srcArgName) {

Callers 1

exportMethodsMethod · 0.80

Calls 1

getMethodVarMethod · 0.95

Tested by

no test coverage detected