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

Method Error

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

Source from the content-addressed store, hash-verified

10 }
11
12 static TIOStatus Error(int status) noexcept {
13 return TIOStatus(status);
14 }
15
16 static TIOStatus Error() noexcept {
17 return TIOStatus(LastSystemError());

Callers 4

CaseInsensitiveHashFunction · 0.45
CompareEqualStringsFunction · 0.45
TESTFunction · 0.45

Calls 2

TIOStatusClass · 0.85
LastSystemErrorFunction · 0.85

Tested by

no test coverage detected