| 165 | Tracer::~Tracer() = default; |
| 166 | |
| 167 | bool Tracer::is_valid() const { |
| 168 | return !config_.host.empty() && !config_.public_key.empty() && |
| 169 | !config_.secret_key.empty(); |
| 170 | } |
| 171 | |
| 172 | Tracer::HttpState& Tracer::http_state() { |
| 173 | // Caller must hold mu_. |
no outgoing calls
no test coverage detected