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

Method GetFilePath

libs/storage/storage.cpp:1306–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304}
1305
1306string Storage::GetFilePath(CountryId const & countryId, MapFileType type) const
1307{
1308 return platform::GetFilePath(m_currentVersion, m_dataDir, countryId, type);
1309}
1310
1311string Storage::GetFileDownloadPath(CountryId const & countryId, MapFileType type) const
1312{

Calls 1

GetFilePathFunction · 0.50

Tested by 1

FinishMethod · 0.64