performance
| 62 | |
| 63 | // performance |
| 64 | int thread_num() const noexcept { return thread_num_; } |
| 65 | const std::string& ip_ports() const noexcept { return ip_ports_; } |
| 66 | uint64_t estimated_size() const noexcept { return ESTIMATED_SIZE; } |
| 67 |
no outgoing calls
no test coverage detected