Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ load
Method
load
src/main/java/org/fgn/schema/ActionType.java:17–19 ·
view source on GitHub ↗
(Schema schema)
Source
from the content-addressed store, hash-verified
15
}
16
17
public
static
void
load(Schema schema) {
18
entities = schema.getActions().stream().collect(Collectors.toMap(BaseObject::getId, baseObject -> baseObject));
19
}
20
}
Callers
5
setUp
Method · 0.95
setUp
Method · 0.95
main
Method · 0.95
main
Method · 0.95
testLoad
Method · 0.45
Calls
1
getActions
Method · 0.80
Tested by
3
setUp
Method · 0.76
setUp
Method · 0.76
testLoad
Method · 0.36