MCPcopy Create free account
hub / github.com/catboost/catboost / SetFailOnError

Method SetFailOnError

library/cpp/coroutine/engine/impl.h:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 void Abort() noexcept;
260
261 void SetFailOnError(bool fail) noexcept {
262 FailOnError_ = fail;
263 }
264
265 bool FailOnError() const noexcept {
266 return FailOnError_;

Callers 5

DoTestFastPathWakeFunction · 0.80

Calls

no outgoing calls