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

Method IsQueueEmpty

libs/drape_frontend/message_acceptor.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58#ifdef DEBUG_MESSAGE_QUEUE
59
60bool MessageAcceptor::IsQueueEmpty() const
61{
62 return m_messageQueue.IsEmpty();
63}
64
65size_t MessageAcceptor::GetQueueSize() const
66{

Callers

nothing calls this directly

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected