Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Clear
Method
Clear
libs/indexer/mwm_set.cpp:332–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
}
331
332
void MwmSet::Clear()
333
{
334
lock_guard<mutex> lock(m_lock);
335
ClearCacheImpl(m_cache.begin(), m_cache.end());
336
m_info.clear();
337
}
338
339
void MwmSet::ClearCache()
340
{
Callers
15
LoadFromStream
Method · 0.45
MakeZero
Method · 0.45
ClearName
Method · 0.45
FinishAddingTypesEx
Method · 0.45
ReadCommon
Function · 0.45
CreateFromMapObject
Method · 0.45
ClearJournal
Method · 0.45
ApplyBusinessReplacement
Method · 0.45
clear_dd
Method · 0.45
clear_lines
Method · 0.45
clear_apply_if
Method · 0.45
clear_element
Method · 0.45
Calls
3
begin
Method · 0.45
end
Method · 0.45
clear
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.36