MCPcopy Create free account
hub / github.com/apache/thrift / to_string

Function to_string

lib/cpp/src/thrift/TUuid.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53std::string to_string(const TUuid& in) {
54 boost::uuids::uuid uuid_tmp{};
55 std::copy(std::begin(in), std::end(in), std::begin(uuid_tmp));
56 return boost::uuids::to_string(uuid_tmp);
57}
58
59
60}

Callers 15

strerror_sMethod · 0.70
TUuid.hFile · 0.70
writeJSONIntegerMethod · 0.50
writeUUIDMethod · 0.50
readByteMethod · 0.50
startItemMethod · 0.50
writeFieldBeginMethod · 0.50
writeMapBeginMethod · 0.50
writeListBeginMethod · 0.50
writeSetBeginMethod · 0.50
writeI16Method · 0.50
writeI32Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected