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

Function Puts

library/cpp/openssl/method/io.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 int Puts(BIO* bio, const char* buf) noexcept {
35 return ExceptionBoundary(bio, &TAbstractIO::Puts, -1, buf);
36 }
37
38 int Gets(BIO* bio, char* buf, int size) noexcept {
39 return ExceptionBoundary(bio, &TAbstractIO::Gets, -1, buf, size);

Callers

nothing calls this directly

Calls 1

ExceptionBoundaryFunction · 0.85

Tested by

no test coverage detected