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

Method GetTail

library/cpp/deprecated/split/split_iterator.h:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 }
298
299 TString GetTail() const {
300 return TString(Split.Str + Pos);
301 }
302
303 void Skip(size_t count) {
304 for (size_t i = 0; i < count; ++i)

Callers 1

TestTailMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestTailMethod · 0.64