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

Method pop

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

Source from the content-addressed store, hash-verified

8331 }
8332
8333 void pop() const noexcept {
8334 pop(lua_state());
8335 }
8336
8337 void pop(lua_State* Ls, int n = 1) const noexcept {
8338 stateless_stack_reference::pop(Ls, n);

Callers

nothing calls this directly

Calls 1

popFunction · 0.85

Tested by

no test coverage detected