| 185 | } |
| 186 | |
| 187 | void 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 | |
| 192 | String Configuration::GetObjectsPath() const |
| 193 | { |
nothing calls this directly
no test coverage detected