MCPcopy 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_newMethod · 0.95
KeyboardFocusMethod · 0.95
isContentsIsolatedMethod · 0.95
checkForDeletionMethod · 0.95
updateMethod · 0.95
appendRemoteOutputToLineFunction · 0.80
selectTabFunction · 0.80
setTabContentToFunction · 0.80
numTabsFunction · 0.80
highlightRunAndCloseFunction · 0.80
runModalAtCursorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected