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

Method getTmpName

src/main/java/matcher/type/MemberInstance.java:215–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214
215 private String getTmpName() {
216 assert hierarchyData != null; // only available for input classes
217
218 if (hierarchyData.tmpName != null) {
219 return hierarchyData.tmpName;
220 } else if (hierarchyData.matchedHierarchy != null && hierarchyData.matchedHierarchy.tmpName != null) {
221 return hierarchyData.matchedHierarchy.tmpName;
222 }
223
224 return null;
225 }
226
227 public void setTmpName(String tmpName) {
228 hierarchyData.tmpName = tmpName;

Callers 1

getNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected