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

Method selection

src/main/java/fieldbox/boxes/plugins/Rename.java:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 private Stream<Box> selection() {
93 return breadthFirst(both()).filter(x -> x.properties.isTrue(Mouse.isSelected, false));
94 }
95
96
97}

Callers 2

runMethod · 0.95
RenameMethod · 0.95

Calls 3

breadthFirstMethod · 0.80
isTrueMethod · 0.80
bothMethod · 0.45

Tested by

no test coverage detected