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

Method autoMatchFields

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

Source from the content-addressed store, hash-verified

586 }
587
588 public boolean autoMatchFields(DoubleConsumer progressReceiver) {
589 return autoMatchFields(autoMatchLevel, absFieldAutoMatchThreshold, relFieldAutoMatchThreshold, progressReceiver);
590 }
591
592 public boolean autoMatchFields(ClassifierLevel level, double absThreshold, double relThreshold, DoubleConsumer progressReceiver) {
593 AtomicInteger totalUnmatched = new AtomicInteger();

Callers 1

autoMatchLevelMethod · 0.95

Calls 5

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

Tested by

no test coverage detected