MCPcopy Create free account
hub / github.com/apache/brpc / id

Function id

src/brpc/stream_impl.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 const StreamSettings *remote_settings,
50 StreamId *id, bool parse_rpc_response = true);
51 StreamId id() { return _id; }
52
53 int OnReceived(const StreamFrameMeta& fm, butil::IOBuf *buf, Socket* sock);
54 void SetRemoteSettings(const StreamSettings& remote_settings) {

Callers 15

OnCreatedMethod · 0.85
ReviveMethod · 0.85
descriptionMethod · 0.85
BeforeRecycleMethod · 0.85
SetConnectedMethod · 0.85
SetRemoteConsumedMethod · 0.85
WaitMethod · 0.85
OnReceivedMethod · 0.85
SendFeedbackMethod · 0.85
SetHostSocketMethod · 0.85
FillSettingsMethod · 0.85

Calls

no outgoing calls

Tested by 1

OnCreatedMethod · 0.68