Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ windowsUuidGenerateRandom
Function
windowsUuidGenerateRandom
libminifi/src/utils/Id.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void windowsUuidGenerateRandom(Identifier::Data& out) {
71
UUID uuid;
72
UuidCreate(&uuid);
73
windowsUuidToUuidField(&uuid, out);
74
}
75
} // namespace
76
#endif
77
Callers
2
getRandomDeviceSegment
Method · 0.85
generate
Method · 0.85
Calls
1
windowsUuidToUuidField
Function · 0.85
Tested by
no test coverage detected