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

Method error

include/sol/coroutine.hpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected