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

Method Stop

libs/drape_frontend/read_manager.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void ReadManager::Stop()
71{
72 InvalidateAll();
73 if (m_pool != nullptr)
74 m_pool->Stop();
75 m_pool.reset();
76}
77
78void ReadManager::Restart()
79{

Callers 4

ReleaseResourcesMethod · 0.45
OnContextDestroyMethod · 0.45
OnRenderingDisabledMethod · 0.45
DoMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected