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

Method ReadOld

library/cpp/openssl/method/io.cpp:99–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 int TAbstractIO::ReadOld(char* data, int dlen) {
100 size_t readbytes = 0;
101
102 int ret = Read(data, dlen, &readbytes);
103 if (ret <= 0) {
104 return ret;
105 }
106
107 return readbytes;
108 }
109
110 long TAbstractIO::Ctrl(int cmd, long larg, void* parg) {
111 Y_UNUSED(larg);

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected