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

Function GetMwmPath

generator/transit_generator_experimental.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57std::string GetMwmPath(std::string const & mwmDir, CountryId const & countryId)
58{
59 return base::JoinPath(mwmDir, countryId + DATA_FILE_EXTENSION);
60}
61
62std::vector<SingleMwmSegment> GetSegmentsFromEdges(std::vector<routing::Edge> && edges)
63{

Callers 1

BuildTransitFunction · 0.70

Calls 1

JoinPathFunction · 0.85

Tested by

no test coverage detected