MCPcopy Create free account
hub / github.com/atas76/openengine / load

Method load

src/main/java/org/fgn/schema/ActionOutcome.java:27–29  ·  view source on GitHub ↗
(Schema schema)

Source from the content-addressed store, hash-verified

25 }
26
27 public static void load(Schema schema) {
28 entities = schema.getOutcome().stream().collect(Collectors.toMap(BaseObject::getId, baseObject -> baseObject));
29 }
30}

Callers 4

setUpMethod · 0.95
setUpMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls 1

getOutcomeMethod · 0.65

Tested by 2

setUpMethod · 0.76
setUpMethod · 0.76