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

Method getId

src/main/java/matcher/type/FieldInstance.java:168–170  ·  view source on GitHub ↗
(String name, String desc)

Source from the content-addressed store, hash-verified

166 }
167
168 public static String getId(String name, String desc) {
169 return name+";;"+desc;
170 }
171
172 final FieldNode asmNode;
173 final ClassInstance type;

Callers 2

getFieldMethod · 0.95
FieldInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected