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

Method basic_reference

Libs/sol/sol.hpp:9383–9385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9381
9382 protected:
9383 basic_reference(lua_State* L, detail::global_tag) noexcept
9384 : basic_reference(detail::pick_main_thread<main_only>(L, L), detail::global_, detail::global_) {
9385 }
9386
9387 basic_reference(lua_State* L, detail::global_tag, detail::global_tag) noexcept : stateless_reference(L, detail::global_), luastate(L) {
9388 }

Callers

nothing calls this directly

Calls 7

xmovableFunction · 0.85
luaL_checkstackFunction · 0.85
lua_stateMethod · 0.45
stack_indexMethod · 0.45
pushMethod · 0.45
copyMethod · 0.45
get_typeMethod · 0.45

Tested by

no test coverage detected