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

Method stack_reference

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

Source from the content-addressed store, hash-verified

9754
9755 public:
9756 stack_reference() noexcept = default;
9757 stack_reference(lua_nil_t) noexcept : stack_reference() {};
9758 stack_reference(lua_State* L, lua_nil_t) noexcept : stateless_stack_reference(L, 0), luastate(L) {
9759 }

Callers

nothing calls this directly

Calls 8

xmovableFunction · 0.85
lua_pushvalueFunction · 0.85
lua_xmoveFunction · 0.85
absolute_indexClass · 0.85
luaL_checkstackFunction · 0.70
validMethod · 0.45
stack_indexMethod · 0.45
lua_stateMethod · 0.45

Tested by

no test coverage detected