Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
974
uint32_t TJSONProtocol::readMessageEnd() {
975
return readJSONArrayEnd();
976
}
977
978
uint32_t TJSONProtocol::readStructBegin(std::string& name) {
979
(void)name;
Callers
1
deserializeJSON
Function · 0.95
Calls
no outgoing calls
Tested by
1
deserializeJSON
Function · 0.76