Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
uuid uuid::copy() {
62
uuid u;
63
std::fill(u.begin(), u.end(), 0);
64
return u;
65
}
66
67
uuid uuid::copy(const char* bytes) {
68
uuid u;
Callers
nothing calls this directly
Calls
3
begin
Method · 0.45
end
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected