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

Method GetLength

lib/base/array.cpp:124–129  ·  view source on GitHub ↗

* Returns the number of elements in the array. * * @returns Number of elements. */

Source from the content-addressed store, hash-verified

122 * @returns Number of elements.
123 */
124size_t Array::GetLength() const
125{
126 ObjectLock olock(this);
127
128 return m_Data.size();
129}
130
131/**
132 * Checks whether the array contains the specified value.

Callers 15

ExecuteScriptHelperMethod · 0.45
SyncLocalZoneDirMethod · 0.45
HandleConfigUpdateMethod · 0.45
CheckConfigChangeMethod · 0.45
ConfigGlobHandlerMethod · 0.45
GetStatusMethod · 0.45
HandleGetMethod · 0.45
UrlMethod · 0.45
ParseAuthorityMethod · 0.45
ParseUserinfoMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected