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

Method selection

src/main/java/fieldcef/plugins/Taps.java:228–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 // todo, callback
227 }
228
229 private Stream<Box> selection() {
230 return breadthFirst(both()).filter(x -> x.properties.isTrue(Mouse.isSelected, false));
231 }
232
233

Callers 1

updateMethod · 0.95

Calls 3

breadthFirstMethod · 0.80
isTrueMethod · 0.80
bothMethod · 0.45

Tested by

no test coverage detected