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

Function pop

extlibs/sol3/include/sol/sol.hpp:10422–10424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10420
10421 template <typename T>
10422 decltype(auto) pop(lua_State* L) {
10423 return popper<meta::unqualified_t<T>> {}.pop(L);
10424 }
10425
10426 template <bool global = false, bool raw = false, typename Key>
10427 void get_field(lua_State* L, Key&& key) {

Callers 3

popMethod · 0.85
get_typeMethod · 0.85
popMethod · 0.85

Calls 1

popMethod · 0.45

Tested by

no test coverage detected