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

Method basic_table_core

extlibs/sol3/include/sol/sol.hpp:22895–22896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22893 }
22894
22895 basic_table_core(lua_State* L, detail::global_tag t) noexcept : base_t(L, t) {
22896 }
22897
22898 protected:
22899 basic_table_core(detail::no_safety_tag, lua_nil_t n) : base_t(n) {

Callers

nothing calls this directly

Calls 5

push_popFunction · 0.85
pushFunction · 0.85
lua_stateMethod · 0.45
stack_indexMethod · 0.45
index_ofMethod · 0.45

Tested by

no test coverage detected