| 150 | } |
| 151 | |
| 152 | test_executor |
| 153 | require( |
| 154 | net::execution::blocking_t::possibly_t b) const |
| 155 | { |
| 156 | test_executor new_ex(*this); |
| 157 | new_ex.blocking_ = b; |
| 158 | return new_ex; |
| 159 | } |
| 160 | |
| 161 | test_executor |
| 162 | require( |
nothing calls this directly
no outgoing calls
no test coverage detected