| 344 | } |
| 345 | |
| 346 | void |
| 347 | HQTransaction::_close_write_complete_event(Event *e) |
| 348 | { |
| 349 | if (e) { |
| 350 | ink_assert(this->_write_complete_event == e); |
| 351 | this->_write_complete_event = nullptr; |
| 352 | } |
| 353 | } |
| 354 | |
| 355 | void |
| 356 | HQTransaction::_signal_event(int event, Event *edata) |
no outgoing calls
no test coverage detected