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

Method GetIncludeConfDir

lib/base/configuration.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152String Configuration::GetIncludeConfDir() const
153{
154 return Configuration::IncludeConfDir;
155}
156
157void Configuration::SetIncludeConfDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
158{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected