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

Method isReal

src/main/java/matcher/type/ClassInstance.java:262–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260 }
261
262 public boolean isReal() {
263 return origin != null;
264 }
265
266 public URI getOrigin() {
267 return origin;

Callers 15

getInnerName0Method · 0.95
getMissingClsMethod · 0.95
matchUnobfuscatedMethod · 0.45
autoMatchClassesMethod · 0.45
matchMethod · 0.45
autoMatchMethodVarsMethod · 0.45
getStatusMethod · 0.45
visitMethodMethod · 0.45
visitFieldMethod · 0.45
saveMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected