| 23676 | using base_t::lua_state; |
| 23677 | |
| 23678 | basic_environment() noexcept = default; |
| 23679 | basic_environment(const basic_environment&) = default; |
| 23680 | basic_environment(basic_environment&&) = default; |
| 23681 | basic_environment& operator=(const basic_environment&) = default; |
nothing calls this directly
no test coverage detected