| 22281 | } |
| 22282 | |
| 22283 | bool is_valid(std::false_type) { |
| 22284 | auto pp = stack::push_pop(tbl); |
| 22285 | auto p = stack::probe_get_field<std::is_same_v<meta::unqualified_t<Table>, global_table>>(lua_state(), key, lua_gettop(lua_state())); |
| 22286 | lua_pop(lua_state(), p.levels); |
| 22287 | return p; |
| 22288 | } |
| 22289 | |
| 22290 | public: |
| 22291 | Table tbl; |
nothing calls this directly
no test coverage detected