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

Method GetDataStorage

Modules/RESTAPI/src/mitkRestServer.cpp:479–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479DataStorage::Pointer RestServer::GetDataStorage() const
480{
481 std::lock_guard<std::mutex> lock(m_Mutex);
482 return m_Bridge->GetDataStorage();
483}
484
485std::optional<std::string> RestServer::GetServerUrl() const
486{

Callers 15

ItkImageProcessingMethod · 0.45
CreateQtPartControlMethod · 0.45
~PCAExampleMethod · 0.45
showEigenvectorsMethod · 0.45
CreateQtPartControlMethod · 0.45
OnViewSeriesMethod · 0.45
OnSelectionChangedMethod · 0.45
CreateOverlayChildMethod · 0.45
OnResetAllMethod · 0.45
InitNavigatorsMethod · 0.45
CreateQtPartControlMethod · 0.45

Calls

no outgoing calls

Tested by 1