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/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
run
Method · 0.95
Rename
Method · 0.95
Calls
3
breadthFirst
Method · 0.80
isTrue
Method · 0.80
both
Method · 0.45
Tested by
no test coverage detected