| 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) { |
nothing calls this directly
no test coverage detected