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

Method GetNodeUid

Modules/RESTAPI/src/mitkDataStorageBridge.cpp:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 }
350
351 std::string DataStorageBridge::GetNodeUid(DataNode* node) const
352 {
353 return m_UidMapper->GetOrCreateUid(node);
354 }
355
356 NodePredicateBase::Pointer DataStorageBridge::BuildNodePredicate(const NodeQueryParams& params) const
357 {

Calls 1

GetOrCreateUidMethod · 0.80