MCPcopy Create free account
hub / github.com/axmolengine/axmol / basic_reference

Method basic_reference

3rdparty/lua/sol/sol.hpp:10440–10441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10438
10439 protected:
10440 basic_reference(lua_State* L_, global_tag_t) noexcept : basic_reference(detail::pick_main_thread<main_only>(L_, L_), global_tag, global_tag) {
10441 }
10442
10443 basic_reference(lua_State* L_, global_tag_t, global_tag_t) noexcept : stateless_reference(L_, global_tag), luastate(L_) {
10444 }

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

Tested by

no test coverage detected