MCPcopy Create free account
hub / github.com/ThePhD/sol2 / deref

Method deref

include/sol/reference.hpp:439–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected