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

Method Load

libs/routing/geometry.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61{
62public:
63 void Load(FilesContainerR const & cont)
64 {
65 if (cont.IsExist(CITY_ROADS_FILE_TAG))
66 m_cityRoads.Load(cont.GetReader(CITY_ROADS_FILE_TAG));
67
68 if (cont.IsExist(MAXSPEEDS_FILE_TAG))
69 m_maxSpeeds.Load(cont.GetReader(MAXSPEEDS_FILE_TAG));
70 }
71
72public:
73 Maxspeeds m_maxSpeeds;

Callers

nothing calls this directly

Calls 3

IsExistMethod · 0.80
LoadMethod · 0.45
GetReaderMethod · 0.45

Tested by

no test coverage detected