Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ Box
Method
Box
src/main/java/fieldbox/boxes/Box.java:82–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
@HiddenInAutocomplete
81
public
boolean disconnected = false;
82
83
84
public
Box() {
85
properties.put(IO.id, newID());
86
BoxDefaultCode.configure(this);
87
}
88
Callers
nothing calls this directly
Calls
3
newID
Method · 0.95
configure
Method · 0.95
put
Method · 0.45
Tested by
no test coverage detected