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

Method ClearExtension

lib/base/configobject.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void ConfigObject::ClearExtension(const String& key)
65{
66 Dictionary::Ptr extensions = GetExtensions();
67
68 if (!extensions)
69 return;
70
71 extensions->Remove(key);
72}
73
74class ModAttrValidationUtils final : public ValidationUtils
75{

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected