Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ print
Method
print
src/include/uuid.cc:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void uuid_d::print(char *s) const {
43
memcpy(s, boost::uuids::to_string(uuid).c_str(), 37);
44
}
45
46
std::string uuid_d::to_string() const {
47
return boost::uuids::to_string(uuid);
Callers
1
uuid.h
File · 0.45
Calls
2
to_string
Function · 0.50
c_str
Method · 0.45
Tested by
no test coverage detected