Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ClearCache
Method
ClearCache
libs/indexer/mwm_set.cpp:339–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
void MwmSet::ClearCache()
340
{
341
lock_guard<mutex> lock(m_lock);
342
ClearCacheImpl(m_cache.begin(), m_cache.end());
343
}
344
345
MwmSet::MwmId MwmSet::GetMwmIdByCountryFile(CountryFile const & countryFile) const
346
{
Callers
2
~TestWithCustomMwms
Method · 0.45
~EditorTest
Method · 0.45
Calls
3
RemoveIfKeepValid
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
2
~TestWithCustomMwms
Method · 0.36
~EditorTest
Method · 0.36