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

Method GetApiBindHost

lib/base/configuration.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71String Configuration::GetApiBindHost() const
72{
73 return Configuration::ApiBindHost;
74}
75
76void Configuration::SetApiBindHost(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected