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

Method end

library/cpp/token/token_structure.h:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 return Tokens.data();
138 }
139 const TCharSpan* end() const {
140 return Tokens.data() + Tokens.size();
141 }
142 TCharSpan* begin() {
143 return Tokens.data();
144 }

Callers 15

GetUnitToTokenIdFuncFunction · 0.45
ApplyMethod · 0.45
ApplyImplMethod · 0.45
GetIdToTokenMappingFunction · 0.45
BuildBucketsFunction · 0.45
GetInternalWordTokenIdFunction · 0.45
FinishBuildingMethod · 0.45
FilterMethod · 0.45
ApplyImplMethod · 0.45
GetIdToTokensMappingMethod · 0.45
GetContainerOptionFunction · 0.45
SplitByDelimiterFunction · 0.45

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected