Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ PopFront
Method
PopFront
libs/storage/downloader_queue_universal.cpp:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void Queue::PopFront()
59
{
60
CHECK(!m_queue.empty(), ());
61
62
m_queue.pop_front();
63
}
64
65
void Queue::Append(QueuedCountry && country)
66
{
Callers
2
OnMapFileDownloaded
Method · 0.45
OnFileDownloaded
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected