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

Method GetAttachDebugger

lib/base/configuration.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool Configuration::GetAttachDebugger() const
92{
93 return Configuration::AttachDebugger;
94}
95
96void Configuration::SetAttachDebugger(bool val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected