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

Method has_log_id

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

Source from the content-addressed store, hash-verified

555 // Getters:
556 const Inheritable& inheritable() { return _inheritable; }
557 bool has_log_id() const { return has_flag(FLAGS_LOG_ID); }
558 uint64_t log_id() const { return _inheritable.log_id; }
559 const std::string& request_id() const { return _inheritable.request_id; }
560 CompressType request_compress_type() const { return _request_compress_type; }

Callers 10

ProcessNsheadRequestMethod · 0.80
SerializeHttpRequestFunction · 0.80
SerializeNsheadRequestFunction · 0.80
DoRunMethod · 0.80
ParseNsheadMetaMethod · 0.80
PackPublicPbrpcRequestFunction · 0.80
ProcessRpcRequestFunction · 0.80
PackRpcRequestFunction · 0.80
ProcessHuluRequestFunction · 0.80
PackHuluRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected