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

Method read

lib/cpp/test/GenericHelpers.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 /* Read functions */
100
101 static uint32_t read(std::shared_ptr<apache::thrift::protocol::TProtocol> proto, int8_t& val) { return proto->readByte(val); }
102
103 static uint32_t read(std::shared_ptr<apache::thrift::protocol::TProtocol> proto, int16_t& val) { return proto->readI16(val); }
104

Callers

nothing calls this directly

Calls 7

readByteMethod · 0.65
readI16Method · 0.65
readI32Method · 0.65
readI64Method · 0.65
readDoubleMethod · 0.65
readStringMethod · 0.65
readUUIDMethod · 0.45

Tested by

no test coverage detected