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

Method pop

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

Source from the content-addressed store, hash-verified

6505 }
6506
6507 void pop() const noexcept {
6508 pop(lua_state());
6509 }
6510
6511 void pop(lua_State* Ls, int n = 1) const noexcept {
6512 lua_pop(Ls, n);

Callers

nothing calls this directly

Calls 1

popFunction · 0.85

Tested by

no test coverage detected