MCPcopy Create free account
hub / github.com/apache/qpid-proton / copy

Method copy

cpp/src/uuid.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59} // namespace
60
61uuid uuid::copy() {
62 uuid u;
63 std::fill(u.begin(), u.end(), 0);
64 return u;
65}
66
67uuid uuid::copy(const char* bytes) {
68 uuid u;

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected