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

Method delete

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

Source from the content-addressed store, hash-verified

88 else call(on, toFalse);
89 }
90
91
92 static public void delete(Box from) {
93 call(from, onDelete);
94 }
95

Callers 3

checkForDeletionMethod · 0.95
DeleteMethod · 0.95
updateMethod · 0.95

Calls 1

callMethod · 0.95

Tested by

no test coverage detected