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

Method Get

lib/base/array.cpp:37–42  ·  view source on GitHub ↗

* Restrieves a value from an array. * * @param index The index. * @returns The value. */

Source from the content-addressed store, hash-verified

35 * @returns The value.
36 */
37Value Array::Get(SizeType index) const
38{
39 ObjectLock olock(this);
40
41 return m_Data.at(index);
42}
43
44/**
45 * Sets a value in the array.

Callers 15

CheckResultHandlerMethod · 0.45
HandleRequestMethod · 0.45
HandleConfigUpdateMethod · 0.45
CheckConfigChangeMethod · 0.45
HasPermissionMethod · 0.45
GetFilterTargetsMethod · 0.45
HandleRequestMethod · 0.45
HandleRequestMethod · 0.45
HandleRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected