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

Method DoReadTo

util/stream/buffered.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142size_t TBufferedInput::DoReadTo(TString& st, char ch) {
143 return Impl_->ReadTo(st, ch);
144}
145
146void TBufferedInput::Reset(IInputStream* slave) {
147 Impl_->Reset(slave);

Callers

nothing calls this directly

Calls 1

ReadToMethod · 0.45

Tested by

no test coverage detected