Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Variant
Method · 0.95
selectionOrAll
Method · 0.95
Calls
3
breadthFirst
Method · 0.80
isTrue
Method · 0.80
both
Method · 0.45
Tested by
no test coverage detected