Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
void Dictionary::Freeze()
277
{
278
ObjectLock olock(this);
279
m_Frozen.store(true, std::memory_order_release);
280
}
281
282
bool Dictionary::Frozen() const
283
{
Callers
nothing calls this directly
Calls
1
store
Method · 0.80
Tested by
no test coverage detected