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

Method push

extlibs/sol3/include/sol/sol.hpp:22437–22439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22435 }
22436
22437 int push() const noexcept {
22438 return push(this->lua_state());
22439 }
22440
22441 int push(lua_State* L) const noexcept {
22442 if constexpr (std::is_same_v<meta::unqualified_t<Table>, global_table> || is_stack_table_v<meta::unqualified_t<Table>>) {

Callers

nothing calls this directly

Calls 5

lua_stateMethod · 0.95
pushFunction · 0.85
lua_gettopFunction · 0.85
lua_settopFunction · 0.85
index_ofMethod · 0.45

Tested by

no test coverage detected