| 758 | |
| 759 | void set_context(void *context) { _context = context; } |
| 760 | void *context() const { return _context; } |
| 761 | |
| 762 | void set_error_addr(void *error_addr) { _error_addr = error_addr; } |
| 763 | void *error_addr() const { return _error_addr; } |
nothing calls this directly
no outgoing calls
no test coverage detected