Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsHexNumber
Function
IsHexNumber
util/string/type.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool IsHexNumber(const TStringBuf s) noexcept {
45
return IsHexNumberT(s);
46
}
47
48
bool IsHexNumber(const TWtringBuf s) noexcept {
49
return IsHexNumberT(s);
Callers
1
Y_UNIT_TEST
Function · 0.70
Calls
1
IsHexNumberT
Function · 0.85
Tested by
no test coverage detected