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

Method load

src/main/java/org/fgn/schema/Coordinates.java:23–26  ·  view source on GitHub ↗
(Schema schema)

Source from the content-addressed store, hash-verified

21 }
22
23 public static void load(Schema schema) {
24 entities = schema.getCoordinates().stream().
25 collect(Collectors.toMap(CoordinateObject::getId, coordinateObject -> coordinateObject));
26 }
27}

Callers 4

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

Calls 1

getCoordinatesMethod · 0.65

Tested by 2

setUpMethod · 0.76
setUpMethod · 0.76