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

Method DoReadTo

util/stream/length.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31size_t TCountingInput::DoReadTo(TString& st, char ch) {
32 const size_t ret = Slave_->ReadTo(st, ch);
33 Count_ += ret;
34 return ret;
35}
36
37ui64 TCountingInput::DoReadAll(IOutputStream& out) {
38 const ui64 ret = Slave_->ReadAll(out);

Callers

nothing calls this directly

Calls 1

ReadToMethod · 0.45

Tested by

no test coverage detected