Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Begin
Method
Begin
library/cpp/cache/cache.h:538–540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
}
537
538
TIterator Begin() const {
539
return TIterator(Index.begin());
540
}
541
542
TIterator End() const {
543
return TIterator(Index.end());
Callers
2
GetOldest
Method · 0.45
GetLeastFrequentlyUsed
Method · 0.45
Calls
2
TIterator
Class · 0.70
begin
Method · 0.45
Tested by
no test coverage detected