Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
15
HasDataStorageReportsCorrectly
Method · 0.45
HandleGET_nodes
Method · 0.45
HandlePOST_nodes
Method · 0.45
HandleGET_nodes_uid
Method · 0.45
HandlePATCH_nodes_uid
Method · 0.45
HandleDELETE_nodes_uid
Method · 0.45
HandleGET_nodes_uid_children
Method · 0.45
HandlePOST_nodes_uid_children
Method · 0.45
HandleGET_nodes_uid_data
Method · 0.45
HandlePUT_nodes_uid_data
Method · 0.45
HandleGET_nodes_uid_properties
Method · 0.45
HandleGET_nodes_uid_properties_key
Method · 0.45
Calls
2
IsNotNull
Method · 0.80
Lock
Method · 0.45
Tested by
1
HasDataStorageReportsCorrectly
Method · 0.36