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

Method selection

src/main/java/fieldbox/boxes/plugins/Variant.java:515–517  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

513 }
514
515 private Stream<Box> selection() {
516 return breadthFirst(both()).filter(x -> x.properties.isTrue(Mouse.isSelected, false));
517 }
518
519 private Stream<Box> selectionOrAll() {
520

Callers 2

VariantMethod · 0.95
selectionOrAllMethod · 0.95

Calls 3

breadthFirstMethod · 0.80
isTrueMethod · 0.80
bothMethod · 0.45

Tested by

no test coverage detected