MCPcopy Create free account
hub / github.com/ThePhD/sol2 / basic_reference

Method basic_reference

include/sol/reference.hpp:535–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534 protected:
535 basic_reference(lua_State* L_, global_tag_t) noexcept : basic_reference(detail::pick_main_thread<main_only>(L_, L_), global_tag, global_tag) {
536 }
537
538 basic_reference(lua_State* L_, global_tag_t, global_tag_t) noexcept : stateless_reference(L_, global_tag), luastate(L_) {
539 }

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
copy_refMethod · 0.45
get_typeMethod · 0.45

Tested by

no test coverage detected