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

Method GetGlobals

lib/base/scriptglobal.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78Namespace::Ptr ScriptGlobal::GetGlobals()
79{
80 return m_Globals;
81}
82
83void ScriptGlobal::WriteToFile(const String& filename)
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected