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

Method GetFileDownloadPath

libs/storage/queued_country.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::string QueuedCountry::GetFileDownloadPath() const
63{
64 return platform::GetFileDownloadPath(m_currentDataVersion, m_dataDir, m_countryFile, m_fileType);
65}
66
67uint64_t QueuedCountry::GetDownloadSize() const
68{

Callers

nothing calls this directly

Calls 1

GetFileDownloadPathFunction · 0.50

Tested by

no test coverage detected