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

Function DictionaryContains

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

Source from the content-addressed store, hash-verified

50}
51
52static bool DictionaryContains(const String& key)
53{
54 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
55 Dictionary::Ptr self = static_cast<Dictionary::Ptr>(vframe->Self);
56 REQUIRE_NOT_NULL(self);
57 return self->Contains(key);
58}
59
60static Dictionary::Ptr DictionaryShallowClone()
61{

Callers

nothing calls this directly

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected