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

Method front

library/cpp/containers/paged_vector/paged_vector.h:357–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 reference front() {
358 return TPages::front()->front();
359 }
360
361 const_reference front() const {
362 return TPages::front()->front();

Callers 6

GetLightestMethod · 0.45
eraseMethod · 0.45
Test4Method · 0.45
GetMethod · 0.45
CalculateSuffixLinksMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

frontFunction · 0.50

Tested by 1

Test4Method · 0.36