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

Function Gets

library/cpp/openssl/method/io.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 int Gets(BIO* bio, char* buf, int size) noexcept {
39 return ExceptionBoundary(bio, &TAbstractIO::Gets, -1, buf, size);
40 }
41
42 long Ctrl(BIO* bio, int cmd, long larg, void* parg) noexcept {
43 return ExceptionBoundary(bio, &TAbstractIO::Ctrl, -1, cmd, larg, parg);

Callers

nothing calls this directly

Calls 1

ExceptionBoundaryFunction · 0.85

Tested by

no test coverage detected