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

Method GetPendingConfig

Modules/RESTAPI/src/mitkRestServer.cpp:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ConfigurationPersistsMethod · 0.80
UpdateServerStatusMethod · 0.80

Calls

no outgoing calls

Tested by 3

ConfigurationPersistsMethod · 0.64