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