Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
namespace
28
{
29
std::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
37
namespace MR::Nesting
Callers
1
exportNesting3mf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected