| 25119 | } |
| 25120 | |
| 25121 | state_view state() const { |
| 25122 | return state_view(this->thread_state()); |
| 25123 | } |
| 25124 | |
| 25125 | bool is_main_thread() const { |
| 25126 | return stack::is_main_thread(this->thread_state()); |
nothing calls this directly
no test coverage detected