MCPcopy 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

AlterMethod · 0.45

Calls 3

to_lowerFunction · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected