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

Function Write

library/cpp/openssl/method/io.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 int Write(BIO* bio, const char* data, int dlen) noexcept {
27 return ExceptionBoundary(bio, &TAbstractIO::WriteOld, -1, data, dlen);
28 }
29
30 int Read(BIO* bio, char* data, int dlen) noexcept {
31 return ExceptionBoundary(bio, &TAbstractIO::ReadOld, -1, data, dlen);

Callers 15

WriteOldMethod · 0.70
~TImplMethod · 0.50
ReopenLogMethod · 0.50
WriteAndFlushMethod · 0.50
WriteMethod · 0.50
WriteFooterMethod · 0.50
PadMethod · 0.50
EnqueueMethod · 0.50
TryEnqueueMethod · 0.50
WriteMethod · 0.50
WriteOptionalMethod · 0.50
WriteMethod · 0.50

Calls 1

ExceptionBoundaryFunction · 0.85

Tested by

no test coverage detected