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

Method Append

libs/storage/downloader_queue_universal.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void Queue::Append(QueuedCountry && country)
66{
67 m_queue.emplace_back(std::move(country));
68 m_queue.back().OnCountryInQueue();
69}
70
71void Queue::Clear()
72{

Callers 2

DownloadMapFileMethod · 0.45
DownloadMethod · 0.45

Calls 3

backMethod · 0.80
emplace_backMethod · 0.45
OnCountryInQueueMethod · 0.45

Tested by

no test coverage detected