| 385 | ASSERT_TRUE(e.is_running_in()); |
| 386 | } |
| 387 | void member_function(Executor& e) { |
| 388 | ASSERT_TRUE(e.is_running_in()); |
| 389 | } |
| 390 | void operator()(Executor& e) { |
| 391 | ASSERT_TRUE(e.is_running_in()); |
| 392 | } |
nothing calls this directly
no test coverage detected