Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsNumber
Function
IsNumber
util/string/type.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
bool IsNumber(const TStringBuf s) noexcept {
28
return IsNumberT(s);
29
}
30
31
bool IsNumber(const TWtringBuf s) noexcept {
32
return IsNumberT(s);
Callers
3
Y_UNIT_TEST
Function · 0.70
FilterNumbers
Function · 0.50
SplitByDelimiter
Function · 0.50
Calls
1
IsNumberT
Function · 0.85
Tested by
no test coverage detected