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

Function Read

library/cpp/openssl/method/io.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 int Read(BIO* bio, char* data, int dlen) noexcept {
31 return ExceptionBoundary(bio, &TAbstractIO::ReadOld, -1, data, dlen);
32 }
33
34 int Puts(BIO* bio, const char* buf) noexcept {
35 return ExceptionBoundary(bio, &TAbstractIO::Puts, -1, buf);

Callers 1

ReadOldMethod · 0.70

Calls 1

ExceptionBoundaryFunction · 0.85

Tested by

no test coverage detected