| 132 | void set_request_size(int size) { _request_size = size; } |
| 133 | void set_response_size(int size) { _response_size = size; } |
| 134 | void set_async(bool async) { _async = async; } |
| 135 | |
| 136 | void set_base_real_us(int64_t tm) { _base_real_us = tm; } |
| 137 | void set_received_us(int64_t tm) |
no outgoing calls
no test coverage detected