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

Method getClassName

src/main/java/matcher/type/ClassInstance.java:1171–1173  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

1169 }
1170
1171 public static String getClassName(String name) {
1172 return name.substring(name.lastIndexOf('/') + 1);
1173 }
1174
1175 public static final Comparator<ClassInstance> nameComparator = Comparator.comparing(ClassInstance::getName);
1176

Callers 2

evalFilterMethod · 0.95
visitTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected