MCPcopy Create free account
hub / github.com/ThePhD/sol2 / basic_table_core

Method basic_table_core

include/sol/table_core.hpp:298–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296
297 protected:
298 basic_table_core(detail::no_safety_tag, lua_nil_t n) : base_t(n) {
299 }
300 basic_table_core(detail::no_safety_tag, lua_State* L, int index) : base_t(L, index) {
301 }
302 basic_table_core(detail::no_safety_tag, lua_State* L, ref_index index) : base_t(L, index) {

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