Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkForDeletion
Method · 0.95
Delete
Method · 0.95
update
Method · 0.95
Calls
1
call
Method · 0.95
Tested by
no test coverage detected