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

Method Clear

generator/intermediate_data.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void IntermediateDataObjectsCache::Clear()
390{
391 std::lock_guard lock(m_mutex);
392 ankerl::unordered_dense::map<string, AllocatedObjects>().swap(m_objects);
393}
394
395IntermediateDataObjectsCache::AllocatedObjects::AllocatedObjects(feature::GenerateInfo::NodeStorageType type,
396 string const & name)

Callers 11

PreSerializeMethod · 0.45
RemoveUselessNamesMethod · 0.45
RemoveNameIfInvisibleMethod · 0.45
ForceReloadCacheMethod · 0.45
ExecuteMethod · 0.45
PopMethod · 0.45
MixFakeNodesFunction · 0.45
DeserializeFromJsonFunction · 0.45

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected