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

Function GetCurrentVersionMwmFile

tools/track_analyzing/utils.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89std::string GetCurrentVersionMwmFile(storage::Storage const & storage, std::string const & mwmName)
90{
91 return storage.GetFilePath(mwmName, MapFileType::Map);
92}
93
94void ForEachTrackFile(std::string const & filepath, std::string const & extension,
95 shared_ptr<routing::NumMwmIds> numMwmIds,

Callers 3

CmdTrackFunction · 0.85
CmdTracksFunction · 0.85
CmdTagsTableFunction · 0.85

Calls 1

GetFilePathMethod · 0.80

Tested by

no test coverage detected