| 1084 | TEST_F(FutureSchedulingTest, ScheduleIfDifferentExecutor) { |
| 1085 | struct : internal::Executor { |
| 1086 | int GetCapacity() override { return pool_->GetCapacity(); } |
| 1087 | |
| 1088 | bool IsCurrentExecutor() override { return pool_->IsCurrentExecutor(); } |
| 1089 |
nothing calls this directly
no test coverage detected