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

Method SetApiBindPort

lib/base/configuration.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Configuration::SetApiBindPort(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
87{
88 HandleUserWrite("ApiBindPort", &Configuration::ApiBindPort, val, m_ReadOnly);
89}
90
91bool Configuration::GetAttachDebugger() const
92{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected