MCPcopy 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
332void MwmSet::Clear()
333{
334 lock_guard<mutex> lock(m_lock);
335 ClearCacheImpl(m_cache.begin(), m_cache.end());
336 m_info.clear();
337}
338
339void MwmSet::ClearCache()
340{

Callers 15

LoadFromStreamMethod · 0.45
MakeZeroMethod · 0.45
ClearNameMethod · 0.45
FinishAddingTypesExMethod · 0.45
ReadCommonFunction · 0.45
CreateFromMapObjectMethod · 0.45
ClearJournalMethod · 0.45
clear_ddMethod · 0.45
clear_linesMethod · 0.45
clear_apply_ifMethod · 0.45
clear_elementMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
clearMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36