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

Method read

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

Source from the content-addressed store, hash-verified

389 }
390
391 uint32_t read(TJSONProtocol::LookaheadReader& reader) override {
392 if (first_) {
393 first_ = false;
394 return 0;
395 } else {
396 return readSyntaxChar(reader, kJSONElemSeparator);
397 }
398 }
399
400private:
401 bool first_;

Callers

nothing calls this directly

Calls 1

readSyntaxCharFunction · 0.85

Tested by

no test coverage detected