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

Method set_request_id

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

Source from the content-addressed store, hash-verified

227 void set_log_id(uint64_t log_id);
228
229 void set_request_id(std::string request_id) { _inheritable.request_id = request_id; }
230
231 // Set type of service: http://en.wikipedia.org/wiki/Type_of_service
232 // Current implementation has limits: If the connection is already

Callers 6

senderFunction · 0.80
TEST_FFunction · 0.80
ProcessHttpRequestFunction · 0.80
ProcessMongoRequestFunction · 0.80
ProcessRpcRequestFunction · 0.80
PackRpcRequestFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64