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

Method writeUUID

lib/cpp/src/thrift/protocol/TJSONProtocol.cpp:719–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719uint32_t TJSONProtocol::writeUUID(const TUuid& uuid) {
720 return writeJSONString(to_string(uuid));
721}
722
723/**
724 * Reading functions

Callers 3

writeMethod · 0.45
writeUUID_virtMethod · 0.45
writeUUID_virtMethod · 0.45

Calls 1

to_stringFunction · 0.50

Tested by 1

writeMethod · 0.36