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

Method Do

libs/drape_frontend/read_mwm_task.cpp:43–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void ReadMWMTask::Do()
44{
45#ifdef DEBUG
46 ASSERT(m_checker, ());
47#endif
48
49 std::shared_ptr<TileInfo> tile = m_tileInfo.lock();
50 if (tile == nullptr)
51 return;
52 try
53 {
54 tile->ReadFeatures(m_model);
55 }
56 catch (TileInfo::ReadCanceledException &)
57 {
58 return;
59 }
60}
61} // namespace df

Callers

nothing calls this directly

Calls 3

ASSERTFunction · 0.85
lockMethod · 0.80
ReadFeaturesMethod · 0.45

Tested by

no test coverage detected