Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
bool MessageAcceptor::IsQueueEmpty() const
61
{
62
return m_messageQueue.IsEmpty();
63
}
64
65
size_t MessageAcceptor::GetQueueSize() const
66
{
Callers
nothing calls this directly
Calls
1
IsEmpty
Method · 0.45
Tested by
no test coverage detected