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

Method DoRead

util/stream/buffered.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128TBufferedInput::~TBufferedInput() = default;
129
130size_t TBufferedInput::DoRead(void* buf, size_t len) {
131 return Impl_->Read(buf, len);
132}
133
134size_t TBufferedInput::DoSkip(size_t len) {
135 return Impl_->Skip(len);

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected