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

Method InvalidateUserMarks

libs/drape_frontend/drape_engine.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void DrapeEngine::InvalidateUserMarks()
251{
252 m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread, make_unique_dp<InvalidateUserMarksMessage>(),
253 MessagePriority::Normal);
254}
255
256void DrapeEngine::UpdateUserMarks(UserMarksProvider * provider, bool firstTime)
257{

Callers

nothing calls this directly

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected