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

Method push

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

Source from the content-addressed store, hash-verified

8982 basic_reference& operator=(const proxy_base<Super>& r);
8983
8984 int push() const noexcept {
8985 return push(lua_state());
8986 }
8987
8988 int push(lua_State* L) const noexcept {
8989#if defined(SOL_SAFE_STACK_CHECK) && SOL_SAFE_STACK_CHECK

Callers

nothing calls this directly

Calls 5

pushFunction · 0.85
lua_pushnilFunction · 0.85
lua_rawgetiFunction · 0.85
lua_xmoveFunction · 0.85
luaL_checkstackFunction · 0.70

Tested by

no test coverage detected