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

Method is_valid

extlibs/sol3/include/sol/sol.hpp:22283–22288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 2

push_popFunction · 0.85
lua_gettopFunction · 0.85

Tested by

no test coverage detected