Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readMessageEnd
Method
readMessageEnd
lib/py/src/protocol/TJSONProtocol.py:418–419 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
416
return
(name, typen, seqid)
417
418
def
readMessageEnd(self):
419
self.readJSONArrayEnd()
420
421
def
readStructBegin(self):
422
self.readJSONObjectStart()
Callers
nothing calls this directly
Calls
1
readJSONArrayEnd
Method · 0.95
Tested by
no test coverage detected