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

Method error_code

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

Source from the content-addressed store, hash-verified

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; }
177 int64_t received_real_us() const { return _received_real_us; }

Callers 14

ProcessResponseFunction · 0.45
CheckResponseCodeMethod · 0.45
CheckResponseCodeMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
OnEndOfMessageMethod · 0.45
Span2ProtoFunction · 0.45
IndexMethod · 0.45
SetupMethod · 0.45
ProcessSofaResponseFunction · 0.45
ProcessRpcResponseFunction · 0.45
ProcessHuluResponseFunction · 0.45

Calls

no outgoing calls

Tested by 6

ProcessResponseFunction · 0.36
CheckResponseCodeMethod · 0.36
CheckResponseCodeMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
OnEndOfMessageMethod · 0.36