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

Function ObjectToString

lib/base/object-script.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace icinga;
11
12static String ObjectToString()
13{
14 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
15 Object::Ptr self = static_cast<Object::Ptr>(vframe->Self);
16 REQUIRE_NOT_NULL(self);
17 return self->ToString();
18}
19
20static void ObjectNotifyAttribute(const String& attribute)
21{

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected