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

Method push

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

Source from the content-addressed store, hash-verified

8323 stack_reference& operator=(const stack_reference&) noexcept = default;
8324
8325 int push() const noexcept {
8326 return push(lua_state());
8327 }
8328
8329 int push(lua_State* Ls) const noexcept {
8330 return stateless_stack_reference::push(Ls);

Callers

nothing calls this directly

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected