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

Method stack_reference

3rd_party/lua_sol2/include/sol.hpp:6455–6455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6453
6454 public:
6455 stack_reference() noexcept = default;
6456 stack_reference(lua_nil_t) noexcept
6457 : stack_reference(){};
6458 stack_reference(lua_State* L, lua_nil_t) noexcept

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected