MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / stack_reference

Method stack_reference

extlibs/sol3/include/sol/sol.hpp:8290–8290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8288
8289 public:
8290 stack_reference() noexcept = default;
8291 stack_reference(lua_nil_t) noexcept
8292 : stack_reference() {};
8293 stack_reference(lua_State* L, lua_nil_t) noexcept : stateless_stack_reference(L, 0), luastate(L) {

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