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

Method LoadFID2OsmID

generator/generator_tests_support/test_generator.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137routing::FeatureIdToOsmId TestRawGenerator::LoadFID2OsmID(std::string const & mwmName)
138{
139 routing::FeatureIdToOsmId ids;
140 routing::ParseWaysFeatureIdToOsmIdMapping(GetMwmPath(mwmName) + OSM2FEATURE_FILE_EXTENSION, ids);
141 return ids;
142}
143
144std::string TestRawGenerator::GetMwmPath(std::string const & mwmName) const
145{

Callers

nothing calls this directly

Calls 2

GetMwmPathFunction · 0.50

Tested by

no test coverage detected