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

Method shouldExportAny

src/main/java/matcher/mapping/Mappings.java:800–806  ·  view source on GitHub ↗
(MethodInstance[] methods, MappingFormat format, List<NameType> nsTypes, MappingsExportVerbosity verbosity, boolean forAnyInput, Set<Set<MethodInstance>> exportedHierarchies)

Source from the content-addressed store, hash-verified

798 }
799
800 private static boolean shouldExportAny(MethodInstance[] methods, MappingFormat format, List<NameType> nsTypes, MappingsExportVerbosity verbosity, boolean forAnyInput, Set<Set<MethodInstance>> exportedHierarchies) {
801 for (MethodInstance m : methods) {
802 if (shouldExport(m, format, nsTypes, verbosity, forAnyInput, exportedHierarchies)) return true;
803 }
804
805 return false;
806 }
807
808 private static boolean shouldExportAny(MethodVarInstance[] vars, MappingFormat format, List<NameType> nsTypes) {
809 for (MethodVarInstance v : vars) {

Callers 2

saveMethod · 0.95
shouldExportMethod · 0.95

Calls 1

shouldExportMethod · 0.95

Tested by

no test coverage detected