Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void ScriptGlobal::SetConst(const String& name, const Value& value)
69
{
70
GetGlobals()->Set(name, value, true);
71
}
72
73
bool ScriptGlobal::Exists(const String& name)
74
{
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected