| 109 | } |
| 110 | |
| 111 | void abandon(lua_State* = nullptr) noexcept { |
| 112 | m_index = 0; |
| 113 | } |
| 114 | |
| 115 | stateless_stack_reference copy(lua_State* L_) const noexcept { |
| 116 | return stateless_stack_reference(L_, raw_index(m_index)); |
nothing calls this directly
no outgoing calls
no test coverage detected