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

Method SetModAttrPath

lib/base/configuration.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void Configuration::SetModAttrPath(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
188{
189 HandleUserWrite("ModAttrPath", &Configuration::ModAttrPath, val, m_ReadOnly);
190}
191
192String Configuration::GetObjectsPath() const
193{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected