Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ children
Method
children
src/main/java/fieldbox/boxes/Box.java:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
public
Set<Box> parents() {
171
return
Collections.unmodifiableSet(parents);
172
}
173
174
public
Set<Box> children() {
175
return
Collections.unmodifiableSet(children);
176
}
177
Callers
15
asMap_new
Method · 0.95
KeyboardFocus
Method · 0.95
isContentsIsolated
Method · 0.95
checkForDeletion
Method · 0.95
update
Method · 0.95
appendRemoteOutputToLine
Function · 0.80
jquery.ui.position.js
File · 0.80
selectTab
Function · 0.80
setTabContentTo
Function · 0.80
numTabs
Function · 0.80
highlightRunAndClose
Function · 0.80
runModalAtCursor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected