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

Method GetInitRunDir

lib/base/configuration.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162String Configuration::GetInitRunDir() const
163{
164 return Configuration::InitRunDir;
165}
166
167void Configuration::SetInitRunDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
168{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected