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

Method valid

include/sol/reference.hpp:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 }
416
417 bool valid(lua_State*) const noexcept {
418 return !(ref == LUA_NOREF || ref == LUA_REFNIL);
419 }
420
421 const void* pointer(lua_State* L_) const noexcept {
422 int si = push(L_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected