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

Method readAsString

lib/cpp/src/thrift/transport/TBufferTransports.h:650–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648 }
649
650 std::string readAsString(uint32_t len) {
651 std::string str;
652 (void)readAppendToString(str, len);
653 return str;
654 }
655
656 uint32_t readAppendToString(std::string& str, uint32_t len);
657

Callers 1

readFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected