| 159 | int64_t bytes_read_short_circuit() const { return bytes_read_short_circuit_.Load(); } |
| 160 | int64_t bytes_read_dn_cache() const { return bytes_read_dn_cache_.Load(); } |
| 161 | int64_t bytes_read_encrypted() const { return bytes_read_encrypted_.Load(); } |
| 162 | int64_t bytes_read_ec() const { return bytes_read_ec_.Load(); } |
| 163 | int num_remote_ranges() const { return num_remote_ranges_.Load(); } |
| 164 | int64_t unexpected_remote_bytes() const { return unexpected_remote_bytes_.Load(); } |
no test coverage detected