MCPcopy 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
328void Array::Freeze()
329{
330 ObjectLock olock(this);
331 m_Frozen.store(true, std::memory_order_release);
332}
333
334bool Array::Frozen() const
335{

Callers 15

HandleRequestMethod · 0.45
HandleRequestMethod · 0.45
apiaction.cppFile · 0.45
HandleRequestMethod · 0.45
HandleRequestMethod · 0.45
HandleRequestMethod · 0.45
HandleGetMethod · 0.45
HandleRequestMethod · 0.45
HandleRequestMethod · 0.45
apifunction.cppFile · 0.45
HandleGetMethod · 0.45
LoadConfigFilesMethod · 0.45

Calls 1

storeMethod · 0.80

Tested by

no test coverage detected