Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getCreateClassInstance
Method · 0.95
getInnerName0
Method · 0.95
getMissingCls
Method · 0.95
matchUnobfuscated
Method · 0.45
autoMatchClasses
Method · 0.45
match
Method · 0.45
autoMatchMethodVars
Method · 0.45
getStatus
Method · 0.45
visitMethod
Method · 0.45
visitField
Method · 0.45
save
Method · 0.45
clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected