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

Method valid

include/sol/reference.hpp:722–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720 }
721
722 bool valid() const noexcept {
723 return stateless_reference::valid(lua_state());
724 }
725
726 bool valid(lua_State* L_) const noexcept {
727 return stateless_reference::valid(L_);

Callers 3

copy_assignMethod · 0.45
operator==Function · 0.45
operator!=Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected