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

Method IsEmpty

libs/drape_frontend/message_queue.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129#ifdef DEBUG_MESSAGE_QUEUE
130bool MessageQueue::IsEmpty() const
131{
132 std::lock_guard<std::mutex> lock(m_mutex);
133 return m_messages.empty() && m_lowPriorityMessages.empty();
134}
135
136size_t MessageQueue::GetSize() const
137{

Callers 4

UpdateUserMarksMethod · 0.45
operator()Method · 0.45
CleanIndexMethod · 0.45
IsQueueEmptyMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected