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

Function DictionaryRemove

lib/base/dictionary-script.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static void DictionaryRemove(const String& key)
37{
38 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
39 Dictionary::Ptr self = static_cast<Dictionary::Ptr>(vframe->Self);
40 REQUIRE_NOT_NULL(self);
41 self->Remove(key);
42}
43
44static void DictionaryClear()
45{

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected