| 150 | } |
| 151 | |
| 152 | String Configuration::GetIncludeConfDir() const |
| 153 | { |
| 154 | return Configuration::IncludeConfDir; |
| 155 | } |
| 156 | |
| 157 | void Configuration::SetIncludeConfDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 158 | { |
nothing calls this directly
no outgoing calls
no test coverage detected