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

Method pop

extlibs/sol3/include/sol/sol.hpp:9003–9005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9001 }
9002
9003 void pop() const noexcept {
9004 pop(lua_state());
9005 }
9006
9007 void pop(lua_State* L, int n = 1) const noexcept {
9008 stateless_reference::pop(L, n);

Callers

nothing calls this directly

Calls 1

popFunction · 0.85

Tested by

no test coverage detected