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

Method Download

libs/storage/http_map_files_downloader.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void HttpMapFilesDownloader::Download(QueuedCountry && queuedCountry)
39{
40 CHECK_THREAD_CHECKER(m_checker, ());
41
42 m_queue.Append(std::move(queuedCountry));
43
44 if (m_queue.Count() == 1)
45 Download();
46}
47
48void HttpMapFilesDownloader::Download()
49{

Callers

nothing calls this directly

Calls 7

GetRelativeUrlMethod · 0.80
GetDownloadSizeMethod · 0.80
AppendMethod · 0.45
CountMethod · 0.45
GetFileDownloadPathMethod · 0.45
resetMethod · 0.45
OnStartDownloadingMethod · 0.45

Tested by

no test coverage detected