Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Exists
Method
Exists
lib/base/scriptglobal.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
bool ScriptGlobal::Exists(const String& name)
74
{
75
return m_Globals->Contains(name);
76
}
77
78
Namespace::Ptr ScriptGlobal::GetGlobals()
79
{
Callers
3
Program
Class · 0.80
Main
Method · 0.80
VerifyCertificate
Method · 0.80
Calls
1
Contains
Method · 0.45
Tested by
no test coverage detected