| 160 | } |
| 161 | |
| 162 | String Configuration::GetInitRunDir() const |
| 163 | { |
| 164 | return Configuration::InitRunDir; |
| 165 | } |
| 166 | |
| 167 | void Configuration::SetInitRunDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 168 | { |
nothing calls this directly
no outgoing calls
no test coverage detected