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

Function DictionaryShallowClone

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

Source from the content-addressed store, hash-verified

58}
59
60static Dictionary::Ptr DictionaryShallowClone()
61{
62 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
63 Dictionary::Ptr self = static_cast<Dictionary::Ptr>(vframe->Self);
64 REQUIRE_NOT_NULL(self);
65 return self->ShallowClone();
66}
67
68static Array::Ptr DictionaryKeys()
69{

Callers

nothing calls this directly

Calls 1

ShallowCloneMethod · 0.45

Tested by

no test coverage detected