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

Method Frozen

lib/base/dictionary.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282bool Dictionary::Frozen() const
283{
284 return m_Frozen.load(std::memory_order_acquire);
285}
286
287/**
288 * Returns an already locked ObjectLock if the dictionary is frozen.

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected