Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Contains
Method
Contains
library/cpp/containers/comptrie/minimize.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
bool Contains(size_t key) const {
60
return (Get(key) != 0);
61
}
62
63
size_t Get(size_t key) const {
64
size_t hikey = key & 0xFFFF;
Callers
3
TestZero
Method · 0.45
NextNode
Method · 0.45
PrepareOffset
Method · 0.45
Calls
1
Get
Function · 0.50
Tested by
1
TestZero
Method · 0.36