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

Method basic_reference

extlibs/sol3/include/sol/sol.hpp:8816–8818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8814
8815 protected:
8816 basic_reference(lua_State* L, detail::global_tag) noexcept
8817 : basic_reference(detail::pick_main_thread<main_only>(L, L), detail::global_, detail::global_) {
8818 }
8819
8820 basic_reference(lua_State* L, detail::global_tag, detail::global_tag) noexcept
8821 : stateless_reference(L, detail::global_), luastate(L) {

Callers

nothing calls this directly

Calls 10

xmovableFunction · 0.85
luaL_refFunction · 0.85
lua_pushvalueFunction · 0.85
lua_rawgetiFunction · 0.85
luaL_checkstackFunction · 0.70
lua_stateMethod · 0.45
stack_indexMethod · 0.45
pushMethod · 0.45
copyMethod · 0.45
get_typeMethod · 0.45

Tested by

no test coverage detected