Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetLightest
Method · 0.45
erase
Method · 0.45
Test4
Method · 0.45
Get
Method · 0.45
CalculateSuffixLinks
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
1
front
Function · 0.50
Tested by
1
Test4
Method · 0.36