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

Function ConfigObjectRestoreAttribute

lib/base/configobject-script.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20static void ConfigObjectRestoreAttribute(const String& attr)
21{
22 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
23 ConfigObject::Ptr self = vframe->Self;
24 REQUIRE_NOT_NULL(self);
25 return self->RestoreAttribute(attr);
26}
27
28Object::Ptr ConfigObject::GetPrototype()
29{

Callers

nothing calls this directly

Calls 1

RestoreAttributeMethod · 0.80

Tested by

no test coverage detected