MCPcopy 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
27bool IsNumber(const TStringBuf s) noexcept {
28 return IsNumberT(s);
29}
30
31bool IsNumber(const TWtringBuf s) noexcept {
32 return IsNumberT(s);

Callers 3

Y_UNIT_TESTFunction · 0.70
FilterNumbersFunction · 0.50
SplitByDelimiterFunction · 0.50

Calls 1

IsNumberTFunction · 0.85

Tested by

no test coverage detected