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

Method SetAttachDebugger

lib/base/configuration.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void Configuration::SetAttachDebugger(bool val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
97{
98 HandleUserWrite("AttachDebugger", &Configuration::AttachDebugger, val, m_ReadOnly);
99}
100
101String Configuration::GetCacheDir() const
102{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected