Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsAsciiPunct
Function
IsAsciiPunct
util/string/ascii.h:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
inline bool IsAsciiPunct(unsigned char c) {
96
return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_PUNCT;
97
}
98
99
// some overloads
100
Callers
1
Y_UNIT_TEST
Function · 0.70
Calls
1
RangeOk
Function · 0.85
Tested by
no test coverage detected