Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void Queue::Append(QueuedCountry && country)
66
{
67
m_queue.emplace_back(std::move(country));
68
m_queue.back().OnCountryInQueue();
69
}
70
71
void Queue::Clear()
72
{
Callers
2
DownloadMapFile
Method · 0.45
Download
Method · 0.45
Calls
3
back
Method · 0.80
emplace_back
Method · 0.45
OnCountryInQueue
Method · 0.45
Tested by
no test coverage detected