| 243 | } |
| 244 | |
| 245 | lua_State* lua_state() const noexcept { |
| 246 | return m_L; |
| 247 | } |
| 248 | |
| 249 | bool operator()(const stateless_stack_reference& lhs, const stateless_stack_reference& rhs) const { |
| 250 | return lhs.equals(lua_state(), rhs); |
nothing calls this directly
no outgoing calls
no test coverage detected