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

Method SetConst

lib/base/scriptglobal.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void ScriptGlobal::SetConst(const String& name, const Value& value)
69{
70 GetGlobals()->Set(name, value, true);
71}
72
73bool ScriptGlobal::Exists(const String& name)
74{

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected