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

Method protocol

src/brpc/span.h:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 const butil::EndPoint& remote_side() const { return _remote_side; }
172 SpanType type() const { return _type; }
173 ProtocolType protocol() const { return _protocol; }
174 int error_code() const { return _error_code; }
175 int request_size() const { return _request_size; }
176 int response_size() const { return _response_size; }

Callers 3

Span2ProtoFunction · 0.80
PrintClientSpanFunction · 0.80
PrintServerSpanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected