Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
ui64 TransferData(IInputStream* in, IOutputStream* out) {
162
return in->ReadAll(*out);
163
}
164
165
namespace {
166
struct TStdIn: public IInputStream {
Callers
15
ParseEnumValues
Function · 0.85
ParseEnum
Method · 0.85
Parse
Method · 0.85
Append
Function · 0.85
UnpackArchive
Function · 0.85
DoOnlyDecode
Function · 0.85
DoDecodeEncode
Function · 0.85
DoEncodeDecode
Function · 0.85
Y_UNIT_TEST
Function · 0.85
Y_UNIT_TEST
Function · 0.85
md5.cpp
File · 0.85
Test2
Method · 0.85
Calls
1
ReadAll
Method · 0.80
Tested by
2
Test2
Method · 0.68
Test1
Method · 0.68