Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ down
Method
down
src/main/java/fieldbox/boxes/plugins/Layout.java:47–49 ·
view source on GitHub ↗
(Box b)
Source
from the content-addressed store, hash-verified
45
}
46
47
public
Box down(Box b) {
48
return
advance(b, down());
49
}
50
51
public
Box up(Box b) {
52
return
advance(b, up());
Callers
2
right
Method · 0.95
left
Method · 0.95
Calls
2
advance
Method · 0.95
right
Method · 0.95
Tested by
no test coverage detected