Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ CanReceiveMessages
Method
CanReceiveMessages
libs/drape_frontend/base_renderer.cpp:227–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
bool BaseRenderer::CanReceiveMessages()
228
{
229
threads::IRoutine * routine = m_selfThread.GetRoutine();
230
return routine != nullptr && !routine->IsCancelled();
231
}
232
} // namespace df
Callers
1
PostMessage
Method · 0.80
Calls
2
GetRoutine
Method · 0.80
IsCancelled
Method · 0.45
Tested by
no test coverage detected