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

Function DeserializeIndexGraphNumRoads

libs/routing/index_graph_loader.cpp:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308uint32_t DeserializeIndexGraphNumRoads(MwmValue const & mwmValue, VehicleType vehicleType)
309{
310 FilesContainerR::TReader reader(mwmValue.m_cont.GetReader(ROUTING_FILE_TAG));
311 ReaderSource<FilesContainerR::TReader> src(reader);
312 return IndexGraphSerializer::DeserializeNumRoads(src, GetVehicleMask(vehicleType));
313}
314} // namespace routing

Callers 1

FillWeightsFunction · 0.85

Calls 2

GetVehicleMaskFunction · 0.85
GetReaderMethod · 0.45

Tested by

no test coverage detected