| 155 | } |
| 156 | |
| 157 | void Configuration::SetIncludeConfDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 158 | { |
| 159 | HandleUserWrite("IncludeConfDir", &Configuration::IncludeConfDir, val, m_ReadOnly); |
| 160 | } |
| 161 | |
| 162 | String Configuration::GetInitRunDir() const |
| 163 | { |
nothing calls this directly
no test coverage detected