MCPcopy Create free account
hub / github.com/comaps/comaps / Load

Method Load

libs/routing/city_roads.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void CityRoads::Load(ReaderT const & reader)
22{
23 ReaderSource<ReaderT> src(reader);
24 CityRoadsSerializer::Deserialize(src, m_cityRoadsRegion, m_cityRoads);
25}
26
27std::unique_ptr<CityRoads> LoadCityRoads(MwmSet::MwmHandle const & handle)
28{

Callers 1

LoadCityRoadsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected