MCPcopy Index your code
hub / github.com/FabricMC/Matcher / autoMatchMethods

Method autoMatchMethods

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

Source from the content-addressed store, hash-verified

567 }
568
569 public boolean autoMatchMethods(DoubleConsumer progressReceiver) {
570 return autoMatchMethods(autoMatchLevel, absMethodAutoMatchThreshold, relMethodAutoMatchThreshold, progressReceiver);
571 }
572
573 public boolean autoMatchMethods(ClassifierLevel level, double absThreshold, double relThreshold, DoubleConsumer progressReceiver) {
574 AtomicInteger totalUnmatched = new AtomicInteger();

Callers 1

autoMatchLevelMethod · 0.95

Calls 5

matchMethod · 0.95
getMaxScoreMethod · 0.95
getMethodsMethod · 0.80
sizeMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected