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

Method Take

util/string/split.h:1051–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049 }
1050
1051 inline TIt<TTake> Take(size_t count) {
1052 return {*this, count};
1053 }
1054
1055 inline TIt<TLimit> Limit(size_t count) {
1056 return {*this, count};

Callers 3

ProcessUptimeFunction · 0.45
CgroupV2CpusFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected