Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ End
Method
End
library/cpp/cache/cache.h:542–544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
TIterator End() const {
543
return TIterator(Index.end());
544
}
545
546
TIterator Find(const TKey& key) {
547
TIndexIterator it = Index.find(key);
Callers
8
GetOrNull
Method · 0.45
Erase
Method · 0.45
Contains
Method · 0.45
GetValue
Method · 0.45
GetOldest
Method · 0.45
GetLeastFrequentlyUsed
Method · 0.45
Promote
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
2
TIterator
Class · 0.70
end
Method · 0.45
Tested by
no test coverage detected