MCPcopy Create free account
hub / github.com/axmolengine/axmol / deref

Method deref

3rdparty/lua/sol/sol.hpp:10344–10346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

luaL_unrefFunction · 0.85

Tested by

no test coverage detected