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

Method getDesc

src/main/java/matcher/type/MethodInstance.java:211–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 }
210
211 @Override
212 public String getDesc() {
213 return getDesc(NameType.PLAIN);
214 }
215
216 @Override
217 public String getDesc(NameType type) {

Callers 2

checkAncestryMethod · 0.95
hasParentMethodMethod · 0.95

Calls 3

appendIdMethod · 0.95
getTypeMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected