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

Method ReadAll

util/stream/input.cpp:148–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148TString IInputStream::ReadAll() {
149 TString result;
150 TStringOutput stream(result);
151
152 DoReadAll(stream);
153
154 return result;
155}
156
157ui64 IInputStream::ReadAll(IOutputStream& out) {
158 return DoReadAll(out);

Callers 15

mainFunction · 0.80
TEnumParserMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
TestStreamsFunction · 0.80
DecodeContentMethod · 0.80
Y_UNIT_TESTFunction · 0.80
Y_UNIT_TESTFunction · 0.80
ReplyMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 8

TestStreamsFunction · 0.64
TestReadMethod · 0.64
TestReadMethod · 0.64
TestLinkToMethod · 0.64
TestAppendMethod · 0.64
TestReWriteMethod · 0.64
TestResizeMethod · 0.64
TestStreamReadTo1Function · 0.64