Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getParents
Method
getParents
src/main/java/matcher/type/MemberInstance.java:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
public
Set<T> getParents() {
152
return
parents;
153
}
154
155
void
addChild(T child) {
156
assert child.getCls() != getCls();
Callers
6
shouldExportName
Method · 0.80
getScore
Method · 0.80
update
Method · 0.80
update
Method · 0.80
checkAncestry
Method · 0.80
hasParentMethod
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected