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

Method getId

src/main/java/matcher/type/MethodInstance.java:569–571  ·  view source on GitHub ↗
(String name, String desc)

Source from the content-addressed store, hash-verified

567 }
568
569 public static String getId(String name, String desc) {
570 return name+desc;
571 }
572
573 private static final MethodVarInstance[] emptyVars = new MethodVarInstance[0];
574

Callers 2

getMethodMethod · 0.95
MethodInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected