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

Method SetApiBindHost

lib/base/configuration.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void Configuration::SetApiBindHost(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
77{
78 HandleUserWrite("ApiBindHost", &Configuration::ApiBindHost, val, m_ReadOnly);
79}
80
81String Configuration::GetApiBindPort() const
82{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected