| 69 | } |
| 70 | |
| 71 | String Configuration::GetApiBindHost() const |
| 72 | { |
| 73 | return Configuration::ApiBindHost; |
| 74 | } |
| 75 | |
| 76 | void Configuration::SetApiBindHost(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected