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

Method readUUID

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

Source from the content-addressed store, hash-verified

1119}
1120
1121uint32_t TJSONProtocol::readUUID(TUuid& uuid) {
1122 std::string uuid_str;
1123 const uint32_t result = readJSONString(uuid_str);
1124 uuid = TUuid{uuid_str};
1125 return result;
1126}
1127
1128// Return the minimum number of bytes a type will consume on the wire
1129int TJSONProtocol::getMinSerializedSize(TType type)

Callers 3

readMethod · 0.45
readUUID_virtMethod · 0.45
readUUID_virtMethod · 0.45

Calls

no outgoing calls

Tested by 1

readMethod · 0.36