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

Method HasDataStorage

Modules/RESTAPI/src/mitkDataStorageBridge.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345 bool DataStorageBridge::HasDataStorage() const
346 {
347 std::lock_guard<std::mutex> lock(m_Mutex);
348 return m_DataStorage.Lock().IsNotNull();
349 }
350
351 std::string DataStorageBridge::GetNodeUid(DataNode* node) const
352 {

Calls 2

IsNotNullMethod · 0.80
LockMethod · 0.45

Tested by 1