| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected