* Whether abort() has been called for this request */
| 99 | * Whether abort() has been called for this request |
| 100 | */ |
| 101 | inline bool aborted() const |
| 102 | { |
| 103 | return abort_rc != 0; |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Given that abort() has been called for this request, what `rc` was |
no outgoing calls
no test coverage detected