MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / upwards

Method upwards

src/main/java/fieldbox/boxes/Box.java:272–275  ·  view source on GitHub ↗

returns direction for upwards (parents) (e.g breadthFirst(Box::parents))

()

Source from the content-addressed store, hash-verified

270
271 /**
272 * returns direction for upwards (parents) (e.g breadthFirst(Box::parents))
273 */
274 @HiddenInAutocomplete
275 public Function<Box, Collection<Box>> upwards() {
276 return Box::_parents;
277 }
278

Callers 15

whereMethod · 0.95
callMethod · 0.95
getCompletionsForMethod · 0.95
dispatchMethod · 0.95
dispatchMethod · 0.95
KeyboardShortcutsMethod · 0.95
InternalCSSMethod · 0.95
GraphicsSupportMethod · 0.95
ComputeShaderSupportMethod · 0.95
updateMethod · 0.95
WebAppsMethod · 0.95
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected