| 74 | } |
| 75 | |
| 76 | void Configuration::SetApiBindHost(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 77 | { |
| 78 | HandleUserWrite("ApiBindHost", &Configuration::ApiBindHost, val, m_ReadOnly); |
| 79 | } |
| 80 | |
| 81 | String Configuration::GetApiBindPort() const |
| 82 | { |
nothing calls this directly
no test coverage detected