| 10342 | } |
| 10343 | |
| 10344 | void deref(lua_State* L_) const noexcept { |
| 10345 | luaL_unref(L_, LUA_REGISTRYINDEX, ref); |
| 10346 | } |
| 10347 | |
| 10348 | stateless_reference copy(lua_State* L_) const noexcept { |
| 10349 | if (!valid(L_)) { |
nothing calls this directly
no test coverage detected