MCPcopy 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

setUpMethod · 0.95
setUpMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
testLoadMethod · 0.45

Calls 1

getActionsMethod · 0.80

Tested by 3

setUpMethod · 0.76
setUpMethod · 0.76
testLoadMethod · 0.36