| 84 | } |
| 85 | |
| 86 | void Configuration::SetApiBindPort(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 87 | { |
| 88 | HandleUserWrite("ApiBindPort", &Configuration::ApiBindPort, val, m_ReadOnly); |
| 89 | } |
| 90 | |
| 91 | bool Configuration::GetAttachDebugger() const |
| 92 | { |
nothing calls this directly
no test coverage detected