| 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; } |
no outgoing calls
no test coverage detected