| 63 | } |
| 64 | |
| 65 | bool is_valid(std::false_type) { |
| 66 | auto pp = stack::push_pop(tbl); |
| 67 | auto p = stack::probe_get_field<std::is_same_v<meta::unqualified_t<Table>, global_table>>(lua_state(), key, lua_gettop(lua_state())); |
| 68 | lua_pop(lua_state(), p.levels); |
| 69 | return p; |
| 70 | } |
| 71 | |
| 72 | public: |
| 73 | Table tbl; |
nothing calls this directly
no test coverage detected