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

Method has_request_user_fields

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

Source from the content-addressed store, hash-verified

275 }
276
277 bool has_request_user_fields() const { return _request_user_fields; }
278
279 UserFieldsMap* response_user_fields() {
280 if (!_response_user_fields) {

Callers 2

EchoMethod · 0.80
PackRpcRequestFunction · 0.80

Calls

no outgoing calls

Tested by 1

EchoMethod · 0.64