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

Method response

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

Response of the RPC call (passed to CallMethod)

Source from the content-addressed store, hash-verified

220
221 // Response of the RPC call (passed to CallMethod)
222 google::protobuf::Message* response() const { return _response; }
223
224 // An identifier to send to server along with request. This is widely used
225 // throughout baidu's servers to tag a searching session (a series of

Callers 15

ProcessResponseFunction · 0.80
GenerateReportMethod · 0.80
SerializeEspRequestFunction · 0.80
ProcessEspResponseFunction · 0.80
ProcessRedisResponseFunction · 0.80
ProcessHttpResponseFunction · 0.80
ProcessUbrpcResponseFunction · 0.80
ProcessSofaResponseFunction · 0.80
ProcessNsheadResponseFunction · 0.80
SerializeNsheadRequestFunction · 0.80
ProcessThriftResponseFunction · 0.80

Calls

no outgoing calls

Tested by 2

ProcessResponseFunction · 0.64
GenerateReportMethod · 0.64