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

Method readMessageEnd

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

Source from the content-addressed store, hash-verified

972}
973
974uint32_t TJSONProtocol::readMessageEnd() {
975 return readJSONArrayEnd();
976}
977
978uint32_t TJSONProtocol::readStructBegin(std::string& name) {
979 (void)name;

Callers 1

deserializeJSONFunction · 0.95

Calls

no outgoing calls

Tested by 1

deserializeJSONFunction · 0.76