MCPcopy Create free account
hub / github.com/ThePhD/sol2 / push

Method push

include/sol/stack_reference.hpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 stack_reference& operator=(const stack_reference&) noexcept = default;
169
170 int push() const noexcept {
171 return push(lua_state());
172 }
173
174 int push(lua_State* L_) const noexcept {
175 return stateless_stack_reference::push(L_);

Callers

nothing calls this directly

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected