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

Function TransferData

util/stream/input.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161ui64 TransferData(IInputStream* in, IOutputStream* out) {
162 return in->ReadAll(*out);
163}
164
165namespace {
166 struct TStdIn: public IInputStream {

Callers 15

ParseEnumValuesFunction · 0.85
ParseEnumMethod · 0.85
ParseMethod · 0.85
AppendFunction · 0.85
UnpackArchiveFunction · 0.85
DoOnlyDecodeFunction · 0.85
DoDecodeEncodeFunction · 0.85
DoEncodeDecodeFunction · 0.85
Y_UNIT_TESTFunction · 0.85
Y_UNIT_TESTFunction · 0.85
md5.cppFile · 0.85
Test2Method · 0.85

Calls 1

ReadAllMethod · 0.80

Tested by 2

Test2Method · 0.68
Test1Method · 0.68