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

Method DoSkip

util/stream/multi.cpp:45–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45size_t TMultiInput::DoSkip(size_t len) {
46 const size_t ret = C_->Skip(len);
47
48 if (ret) {
49 return ret;
50 }
51
52 C_ = N_;
53 N_ = &Cnull;
54
55 return C_->Skip(len);
56}

Callers

nothing calls this directly

Calls 1

SkipMethod · 0.45

Tested by

no test coverage detected