MCPcopy 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
58void Queue::PopFront()
59{
60 CHECK(!m_queue.empty(), ());
61
62 m_queue.pop_front();
63}
64
65void Queue::Append(QueuedCountry && country)
66{

Callers 2

OnMapFileDownloadedMethod · 0.45
OnFileDownloadedMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected