MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / load

Method load

src/main/java/fieldbox/boxes/Callbacks.java:94–96  ·  view source on GitHub ↗
(Box from)

Source from the content-addressed store, hash-verified

92 static public void delete(Box from) {
93 call(from, onDelete);
94 }
95
96 static public void load(Box from) {
97 call(from, onLoad);
98 }
99

Callers 6

loadBoxMethod · 0.95
activeatePluginMethod · 0.95
loadBoxMethod · 0.95
dropMethod · 0.95
readDocumentMethod · 0.95
OpenMethod · 0.45

Calls 1

callMethod · 0.95

Tested by

no test coverage detected