MCPcopy Create free account
hub / github.com/MITK/MITK / SetConfig

Method SetConfig

Modules/RESTAPI/src/mitkRestServer.cpp:434–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434void RestServer::SetConfig(const RestServerConfig& config)
435{
436 std::lock_guard<std::mutex> lock(m_Mutex);
437 m_PendingConfig = config;
438}
439
440RestServerConfig RestServer::GetPendingConfig() const
441{

Calls

no outgoing calls