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

Method format

src/main/java/matcher/gui/tab/ClassInfoTab.java:162–164  ·  view source on GitHub ↗
(Collection<? extends Matchable<?>> c, NameType nameType)

Source from the content-addressed store, hash-verified

160 }
161
162 static String format(Collection<? extends Matchable<?>> c, NameType nameType) {
163 return format(c.stream(), nameType);
164 }
165
166 static String format(Stream<? extends Matchable<?>> stream, NameType nameType) {
167 return stream.map(v -> getName(v, nameType)).sorted().collect(Collectors.joining("\n"));

Callers 15

updateMethod · 0.95
getNamespaceNameMethod · 0.80
getTextMethod · 0.80
updateResultsMethod · 0.80
showMatchingStatusMethod · 0.80
initMethod · 0.80
importMatchesMethod · 0.80
submitMatchesMethod · 0.80
createClassifierTableMethod · 0.80
visitFieldMethod · 0.80
visitMethodMethod · 0.80
updateMethod · 0.80

Calls 2

getNameMethod · 0.95
mapMethod · 0.80

Tested by

no test coverage detected