Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ Image
Method
Image
src/main/java/fieldbox/boxes/plugins/Image.java:31–34 ·
view source on GitHub ↗
(Box root)
Source
from the content-addressed store, hash-verified
29
30
31
public
Image(Box root) {
32
properties.put(newImage, this::newImage);
33
install(root);
34
}
35
36
protected
Box install(Box root) {
37
return
install(root,
"__main__"
);
Callers
nothing calls this directly
Calls
2
install
Method · 0.95
put
Method · 0.45
Tested by
no test coverage detected