Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ install
Method
install
src/main/java/fieldbox/boxes/Drawing.java:218–220 ·
view source on GitHub ↗
(Box root)
Source
from the content-addressed store, hash-verified
216
}
217
218
public
Box install(Box root) {
219
return
install(root,
"__main__"
);
220
}
221
222
static
FieldBoxWindow cachedWindow;
223
static
Box cachedRoot;
Callers
1
Open
Method · 0.45
Calls
15
getCurrentWidth
Method · 0.95
getCurrentHeight
Method · 0.95
getCompositor
Method · 0.95
drawNow
Method · 0.95
lateDrawNow
Method · 0.95
first
Method · 0.80
computeIfAbsent
Method · 0.80
addSource
Method · 0.80
getLayer
Method · 0.80
getGraphicsContext
Method · 0.65
attach
Method · 0.45
getScene
Method · 0.45
Tested by
no test coverage detected