Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ right
Method
right
src/main/java/fieldbox/boxes/plugins/Layout.java:39–41 ·
view source on GitHub ↗
(Box b)
Source
from the content-addressed store, hash-verified
37
float inset = 10;
38
39
public
Box right(Box b) {
40
return
advance(b, right());
41
}
42
43
public
Box left(Box b) {
44
return
advance(b, left());
Callers
2
down
Method · 0.95
up
Method · 0.95
Calls
2
advance
Method · 0.95
down
Method · 0.95
Tested by
no test coverage detected