Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraxCode/zelixkiller
/ isChild
Method
isChild
src/me/lpk/util/ParentUtils.java:281–283 ·
view source on GitHub ↗
(MappedClass parent, MappedClass mc)
Source
from the content-addressed store, hash-verified
279
}
280
281
public
static
boolean isChild(MappedClass parent, MappedClass mc) {
282
return
findCommonParent(mc, parent) == parent;
283
}
284
}
Callers
nothing calls this directly
Calls
1
findCommonParent
Method · 0.95
Tested by
no test coverage detected