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

Method load

src/main/java/org/fgn/schema/StateContext.java:31–33  ·  view source on GitHub ↗
(Schema schema)

Source from the content-addressed store, hash-verified

29 }
30
31 public static void load(Schema schema) {
32 entities = schema.getContext().stream().collect(Collectors.toMap(BaseObject::getId, baseObject -> baseObject));
33 }
34}

Callers 4

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

Calls 1

getContextMethod · 0.45

Tested by 2

setUpMethod · 0.76
setUpMethod · 0.76