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

Method Clear

lib/base/array.cpp:205–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void Array::Clear()
206{
207 ObjectLock olock(this);
208
209 if (m_Frozen)
210 BOOST_THROW_EXCEPTION(std::invalid_argument("Array must not be modified."));
211
212 m_Data.clear();
213}
214
215void Array::Reserve(SizeType newSize)
216{

Callers 11

ArrayClearFunction · 0.45
DictionaryClearFunction · 0.45
GetExePathMethod · 0.45
whatMethod · 0.45
ReadLoopMethod · 0.45
WriteLoopMethod · 0.45
ExecuteCheckFromQueueMethod · 0.45
ShowCertificatePromptMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected