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

Method DoSkip

util/stream/buffered.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134size_t TBufferedInput::DoSkip(size_t len) {
135 return Impl_->Skip(len);
136}
137
138size_t TBufferedInput::DoNext(const void** ptr, size_t len) {
139 return Impl_->Next(ptr, len);

Callers

nothing calls this directly

Calls 1

SkipMethod · 0.45

Tested by

no test coverage detected