MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ~basic_reference

Method ~basic_reference

Libs/sol/sol.hpp:9481–9485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9479 }
9480
9481 ~basic_reference() noexcept {
9482 if (lua_state() == nullptr || ref == LUA_NOREF)
9483 return;
9484 deref();
9485 }
9486
9487 basic_reference(const basic_reference& o) noexcept : stateless_reference(o.copy()), luastate(o.lua_state()) {
9488 }

Callers

nothing calls this directly

Calls 1

derefFunction · 0.85

Tested by

no test coverage detected