Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ StoredMessageProtocol
Class
StoredMessageProtocol
lib/py/src/TMultiplexedProcessor.py:77–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
76
77
class
StoredMessageProtocol(TProtocolDecorator.TProtocolDecorator):
78
def
__init__(self, protocol, messageBegin):
79
self.messageBegin = messageBegin
80
81
def
readMessageBegin(self):
82
return
self.messageBegin
Callers
1
process
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected