MCPcopy 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
227bool BaseRenderer::CanReceiveMessages()
228{
229 threads::IRoutine * routine = m_selfThread.GetRoutine();
230 return routine != nullptr && !routine->IsCancelled();
231}
232} // namespace df

Callers 1

PostMessageMethod · 0.80

Calls 2

GetRoutineMethod · 0.80
IsCancelledMethod · 0.45

Tested by

no test coverage detected