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/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
setUp
Method · 0.95
setUp
Method · 0.95
main
Method · 0.95
main
Method · 0.95
Calls
1
getCoordinates
Method · 0.65
Tested by
2
setUp
Method · 0.76
setUp
Method · 0.76