Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ find
Method
find
util/generic/hash_set.h:418–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
417
template <class TKey>
418
iterator find(const TKey& key) const {
419
return rep.find(key);
420
}
421
422
template <class TKey>
423
size_type count(const TKey& key) const {
Callers
nothing calls this directly
Calls
1
find
Method · 0.45
Tested by
no test coverage detected