Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ isReal
Method
isReal
src/main/java/matcher/type/MethodInstance.java:253–256 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
}
252
253
@Override
254
public
boolean isReal() {
255
return
real;
256
}
257
258
public
MethodNode getAsmNode() {
259
return
asmNode;
Callers
3
resolveMethod
Method · 0.95
resolveSignaturePolymorphicMethod
Method · 0.95
resolveInterfaceMethod
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected