| 22435 | } |
| 22436 | |
| 22437 | int push() const noexcept { |
| 22438 | return push(this->lua_state()); |
| 22439 | } |
| 22440 | |
| 22441 | int push(lua_State* L) const noexcept { |
| 22442 | if constexpr (std::is_same_v<meta::unqualified_t<Table>, global_table> || is_stack_table_v<meta::unqualified_t<Table>>) { |
nothing calls this directly
no test coverage detected