Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ parents
Method
parents
src/main/java/fieldbox/boxes/Box.java:168–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
167
return
this;
168
}
169
170
public
Set<Box> parents() {
171
return
Collections.unmodifiableSet(parents);
172
}
173
Callers
13
KeyboardFocus
Method · 0.95
checkForDeletion
Method · 0.95
DefaultMenus
Method · 0.80
upwardsOrDownwards
Method · 0.80
population
Method · 0.80
asMap_get
Method · 0.80
duplicateGroup
Method · 0.80
Dispatch
Method · 0.80
completeDrag
Method · 0.80
checkForDeletion
Method · 0.80
_saveBox
Method · 0.80
toExternal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected