Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Freeze
Method
Freeze
lib/base/array.cpp:328–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
}
327
328
void Array::Freeze()
329
{
330
ObjectLock olock(this);
331
m_Frozen.store(true, std::memory_order_release);
332
}
333
334
bool Array::Frozen() const
335
{
Callers
15
HandleRequest
Method · 0.45
HandleRequest
Method · 0.45
apiaction.cpp
File · 0.45
HandleRequest
Method · 0.45
HandleRequest
Method · 0.45
HandleRequest
Method · 0.45
HandleGet
Method · 0.45
HandleRequest
Method · 0.45
HandleRequest
Method · 0.45
apifunction.cpp
File · 0.45
HandleGet
Method · 0.45
LoadConfigFiles
Method · 0.45
Calls
1
store
Method · 0.80
Tested by
no test coverage detected