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

Method error

include/sol/packaged_coroutine.hpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 bool error() const noexcept {
216 call_status cs = status();
217 return cs != call_status::ok && cs != call_status::yielded;
218 }
219
220 bool runnable() const noexcept {
221 return base_t::valid() && (status() == call_status::yielded);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected