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

Method connection_type

src/brpc/controller.h:292–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 butil::IOBuf& request_attachment() { return _request_attachment; }
291
292 ConnectionType connection_type() const { return _connection_type; }
293 // Get the called method. May-be NULL for non-pb services.
294 const google::protobuf::MethodDescriptor* method() const { return _method; }
295

Callers 15

OnCompleteMethod · 0.80
OnCreatingStreamMethod · 0.80
InitMethod · 0.80
CallMethodMethod · 0.80
IssueRPCMethod · 0.80
RunMethod · 0.80
PackEspRequestFunction · 0.80
PackNsheadMcpackRequestFunction · 0.80
SerializeHttpRequestFunction · 0.80
PackHttpRequestFunction · 0.80
SerializeUbrpcRequestFunction · 0.80
PackUbrpcRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected