MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Freeze

Method Freeze

lib/base/dictionary.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void Dictionary::Freeze()
277{
278 ObjectLock olock(this);
279 m_Frozen.store(true, std::memory_order_release);
280}
281
282bool Dictionary::Frozen() const
283{

Callers

nothing calls this directly

Calls 1

storeMethod · 0.80

Tested by

no test coverage detected