| 804 | |
| 805 | void set_error_addr(void* error_addr) { _error_addr = error_addr; } |
| 806 | void* error_addr() const { return _error_addr; } |
| 807 | |
| 808 | size_t skip_n_firsts() const { return _skip; } |
| 809 |
nothing calls this directly
no outgoing calls
no test coverage detected