| 25123 | } |
| 25124 | |
| 25125 | bool is_main_thread() const { |
| 25126 | return stack::is_main_thread(this->thread_state()); |
| 25127 | } |
| 25128 | |
| 25129 | lua_State* thread_state() const { |
| 25130 | auto pp = stack::push_pop(*this); |
nothing calls this directly
no test coverage detected