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

Method Skip

util/stream/input.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122size_t IInputStream::Skip(size_t sz) {
123 return DoSkip(sz);
124}
125
126size_t IInputStream::DoSkip(size_t sz) {
127 if (sz < 128) {

Callers 13

ReadNumFunction · 0.45
NumericStrCmpFunction · 0.45
Y_UNIT_TESTFunction · 0.45
SubStrMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
DoSkipMethod · 0.45
DoSkipMethod · 0.45
format.hFile · 0.45
Y_UNIT_TESTFunction · 0.45
DoSkipMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected