| 438 | } |
| 439 | |
| 440 | RestServerConfig RestServer::GetPendingConfig() const |
| 441 | { |
| 442 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 443 | return m_PendingConfig; |
| 444 | } |
| 445 | |
| 446 | std::optional<RestServerConfig> RestServer::GetRunningConfig() const |
| 447 | { |
no outgoing calls