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

Method Error

library/cpp/coroutine/engine/iostatus.h:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 static TContIOStatus Error(TIOStatus status) noexcept {
56 return TContIOStatus(0, status);
57 }
58
59 static TContIOStatus Error() noexcept {
60 return TContIOStatus(0, TIOStatus::Error());

Callers

nothing calls this directly

Calls 2

TContIOStatusClass · 0.85
ErrorClass · 0.50

Tested by

no test coverage detected