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

Method HasUid

Modules/RESTAPI/src/mitkNodeUidMapper.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool NodeUidMapper::HasUid(const std::string& uid) const
156{
157 std::lock_guard<std::mutex> lock(m_Mutex);
158 return m_UidToNode.find(uid) != m_UidToNode.end();
159}
160
161void NodeUidMapper::RestoreUid(const DataNode* node, const std::string& uid)
162{

Calls 2

findMethod · 0.45
endMethod · 0.45