Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Has
Method
Has
library/cpp/containers/comptrie/set.h:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
bool Has(const typename TBase::TKeyBuf& key) const {
34
return TBase::Find(key.data(), key.size());
35
}
36
37
bool FindTails(const typename TBase::TKeyBuf& key, TCompactTrieSet<T>& res) const {
38
return TBase::FindTails(key, res);
Callers
1
TestTrieSet
Method · 0.45
Calls
3
Find
Function · 0.50
data
Method · 0.45
size
Method · 0.45
Tested by
1
TestTrieSet
Method · 0.36