MCPcopy 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
73bool ScriptGlobal::Exists(const String& name)
74{
75 return m_Globals->Contains(name);
76}
77
78Namespace::Ptr ScriptGlobal::GetGlobals()
79{

Callers 3

ProgramClass · 0.80
MainMethod · 0.80
VerifyCertificateMethod · 0.80

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected