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

Method ~basic_reference

extlibs/sol3/include/sol/sol.hpp:8924–8928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8922 }
8923
8924 ~basic_reference() noexcept {
8925 if (lua_state() == nullptr || ref == LUA_NOREF)
8926 return;
8927 deref();
8928 }
8929
8930 basic_reference(const basic_reference& o) noexcept
8931 : stateless_reference(o.copy()), luastate(o.lua_state()) {

Callers

nothing calls this directly

Calls 1

derefFunction · 0.85

Tested by

no test coverage detected