MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / generateUUID

Function generateUUID

source/MRIOExtras/MRNesting3mfExport.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace
28{
29std::string generateUUID()
30{
31 boost::uuids::random_generator generator;
32 boost::uuids::uuid u = generator();
33 return boost::uuids::to_string( u );
34}
35}
36
37namespace MR::Nesting

Callers 1

exportNesting3mfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected