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

Function LastSystemErrorText

util/system/error.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87const char* LastSystemErrorText(int code);
88
89inline const char* LastSystemErrorText() {
90 return LastSystemErrorText(LastSystemError());
91}
92
93inline void LastSystemErrorText(char* str, size_t size) {
94 LastSystemErrorText(str, size, LastSystemError());

Callers 15

MadviseFunction · 0.70
TMethod · 0.70
~TMethod · 0.70
TImplMethod · 0.70
~TImplMethod · 0.70
AcquireMethod · 0.70
TryAcquireMethod · 0.70
ReleaseMethod · 0.70
TImplMethod · 0.70
~TImplMethod · 0.70
AcquireReadMethod · 0.70
TryAcquireReadMethod · 0.70

Calls 1

LastSystemErrorFunction · 0.85

Tested by 3

TestErrorMessageMethod · 0.56
SetReuseAddressAndPortFunction · 0.40
TestPollInOutMethod · 0.40