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

Method GetRemoteSize

libs/storage/storage.cpp:2282–2286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2280}
2281
2282MwmSize Storage::GetRemoteSize(CountryFile const & file) const
2283{
2284 ASSERT(m_diffsDataSource != nullptr, ());
2285 return storage::GetRemoteSize(*m_diffsDataSource, file);
2286}
2287
2288void Storage::OnMapDownloadFailed(CountryId const & countryId)
2289{

Calls 2

ASSERTFunction · 0.85
GetRemoteSizeFunction · 0.85

Tested by

no test coverage detected