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

Method DoNext

util/stream/buffered.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138size_t TBufferedInput::DoNext(const void** ptr, size_t len) {
139 return Impl_->Next(ptr, len);
140}
141
142size_t TBufferedInput::DoReadTo(TString& st, char ch) {
143 return Impl_->ReadTo(st, ch);

Callers

nothing calls this directly

Calls 2

NextMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected