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

Method valid

include/sol/stack_reference.hpp:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 bool valid() const noexcept {
199 return stateless_stack_reference::valid(lua_state());
200 }
201
202 void abandon() {
203 stateless_stack_reference::abandon(lua_state());

Callers 3

stack_referenceMethod · 0.45
operator==Function · 0.45
operator!=Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected