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

Method stack_reference

include/sol/stack_reference.hpp:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136 public:
137 stack_reference() noexcept = default;
138 stack_reference(lua_nil_t) noexcept : stack_reference() {};
139 stack_reference(lua_State* L, lua_nil_t) noexcept : stateless_stack_reference(L, 0), luastate(L) {
140 }

Callers

nothing calls this directly

Calls 6

xmovableFunction · 0.85
luaL_checkstackFunction · 0.85
absolute_indexClass · 0.85
validMethod · 0.45
stack_indexMethod · 0.45
lua_stateMethod · 0.45

Tested by

no test coverage detected