Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Has
Method
Has
library/cpp/regex/pire/pire/classes.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
public:
70
bool Has(wchar32 wc) const
71
{
72
return (m_classes.find(to_lower(wc & ~ControlMask)) != m_classes.end());
73
}
74
75
TSet<wchar32> Get(wchar32 wc) const
76
{
Callers
1
Alter
Method · 0.45
Calls
3
to_lower
Function · 0.85
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected