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

Method GetUID

Modules/Core/src/Algorithms/mitkUIDGenerator.cpp:31–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31std::string mitk::UIDGenerator::GetUID()
32{
33 std::ostringstream s;
34
35 {
36 std::lock_guard<std::mutex> guard(uuidGen_mutex);
37 auto uuid = uuidGen();
38 s << m_Prefix << uuid;
39 }
40
41 return s.str();
42}

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.36
ConnectMethod · 0.36
DisconnectMethod · 0.36
TestNRRDWritingMethod · 0.36
TestMHDWritingMethod · 0.36
setUpMethod · 0.36
ConnectMethod · 0.36
InitializeMethod · 0.36