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

Method valid

include/sol/protected_function_result.hpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 bool valid() const noexcept {
99 return status() == call_status::ok || status() == call_status::yielded;
100 }
101
102#if SOL_IS_ON(SOL_COMPILER_GCC)
103#pragma GCC diagnostic push

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected