Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadBox
Method · 0.95
activeatePlugin
Method · 0.95
loadBox
Method · 0.95
drop
Method · 0.95
readDocument
Method · 0.95
Open
Method · 0.45
Calls
1
call
Method · 0.95
Tested by
no test coverage detected