| 103 | env_state_.BindThreadToCore(std::this_thread::get_id(), 0); |
| 104 | } |
| 105 | void TearDown() override { env_state_.ClearCurrentThreadEnvironment(); } |
| 106 | test_env::TestEnvironmentState env_state_; |
| 107 | }; |
| 108 |
nothing calls this directly
no test coverage detected