| 437 | } |
| 438 | |
| 439 | void deref(lua_State* L_) const noexcept { |
| 440 | luaL_unref(L_, LUA_REGISTRYINDEX, ref); |
| 441 | } |
| 442 | |
| 443 | stateless_reference copy(lua_State* L_) const noexcept { |
| 444 | if (!valid(L_)) { |
nothing calls this directly
no outgoing calls
no test coverage detected