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

Method GetExtension

lib/base/configobject.cpp:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Value ConfigObject::GetExtension(const String& key)
55{
56 Dictionary::Ptr extensions = GetExtensions();
57
58 if (!extensions)
59 return Empty;
60
61 return extensions->Get(key);
62}
63
64void ConfigObject::ClearExtension(const String& key)
65{

Callers 9

InternalExecuteQueryMethod · 0.80
InternalExecuteQueryMethod · 0.80
VersionChangedHandlerMethod · 0.80
ProcessQueueItemMethod · 0.80
GetOrCreateByObjectMethod · 0.80
CheckNotificationFunction · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected