MCPcopy 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

newIDMethod · 0.95
configureMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected