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

Function DictionaryFreeze

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

Source from the content-addressed store, hash-verified

94}
95
96static void DictionaryFreeze()
97{
98 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
99 Dictionary::Ptr self = static_cast<Dictionary::Ptr>(vframe->Self);
100 self->Freeze();
101}
102
103Object::Ptr Dictionary::GetPrototype()
104{

Callers

nothing calls this directly

Calls 1

FreezeMethod · 0.45

Tested by

no test coverage detected