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

Method begin

library/cpp/token/token_structure.h:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 Tokens.pop_back();
135 }
136 const TCharSpan* begin() const {
137 return Tokens.data();
138 }
139 const TCharSpan* end() const {
140 return Tokens.data() + Tokens.size();
141 }

Callers 15

GetIdToTokenMappingFunction · 0.45
BuildBucketsFunction · 0.45
FinishBuildingMethod · 0.45
FilterMethod · 0.45
GetIdToTokensMappingMethod · 0.45
SplitByDelimiterFunction · 0.45
Y_UNIT_TESTFunction · 0.45
RemoveOutliersFunction · 0.45
with_lockMethod · 0.45
ExecuteMethod · 0.45
CommonMethod · 0.45
LeftMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected