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