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

Method response_user_fields

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

Source from the content-addressed store, hash-verified

277 bool has_request_user_fields() const { return _request_user_fields; }
278
279 UserFieldsMap* response_user_fields() {
280 if (!_response_user_fields) {
281 _response_user_fields = new UserFieldsMap;
282 }
283 return _response_user_fields;
284 }
285
286 bool has_response_user_fields() const { return _response_user_fields; }
287

Callers 5

ProcessRpcRequestMethod · 0.80
EchoMethod · 0.80
TEST_FFunction · 0.80
ProcessRpcResponseFunction · 0.80

Calls

no outgoing calls

Tested by 2

EchoMethod · 0.64
TEST_FFunction · 0.64