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

Method CheckTileKey

libs/drape_frontend/read_manager.cpp:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202bool ReadManager::CheckTileKey(TileKey const & tileKey) const
203{
204 for (auto const & tileInfo : m_tileInfos)
205 if (tileInfo->GetTileKey() == tileKey)
206 return !tileInfo->IsCancelled();
207 return false;
208}
209
210bool ReadManager::MustDropAllTiles(ScreenBase const & screen) const
211{

Callers 1

AcceptMessageMethod · 0.45

Calls 1

IsCancelledMethod · 0.45

Tested by

no test coverage detected