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

Method autoMatchMethodVars

src/main/java/matcher/Matcher.java:660–662  ·  view source on GitHub ↗
(DoubleConsumer progressReceiver)

Source from the content-addressed store, hash-verified

658 }
659
660 public boolean autoMatchMethodVars(DoubleConsumer progressReceiver) {
661 return autoMatchMethodVars(autoMatchLevel, absMethodVarAutoMatchThreshold, relMethodVarAutoMatchThreshold, progressReceiver);
662 }
663
664 public boolean autoMatchMethodVars(ClassifierLevel level, double absThreshold, double relThreshold, DoubleConsumer progressReceiver) {
665 return autoMatchMethodVars(false, MethodInstance::getVars, level, absThreshold, relThreshold, progressReceiver);

Callers 2

autoMatchAllMethod · 0.95
autoMatchMethodArgsMethod · 0.95

Calls 15

getMaxScoreMethod · 0.95
getRawScoreMethod · 0.95
runInParallelMethod · 0.95
rankMethod · 0.95
checkRankMethod · 0.95
sanitizeMatchesMethod · 0.95
matchMethod · 0.95
getClassesAMethod · 0.80
hasMatchMethod · 0.80
getMethodsMethod · 0.80
getSubjectMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected