MCPcopy 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
44bool IsHexNumber(const TStringBuf s) noexcept {
45 return IsHexNumberT(s);
46}
47
48bool IsHexNumber(const TWtringBuf s) noexcept {
49 return IsHexNumberT(s);

Callers 1

Y_UNIT_TESTFunction · 0.70

Calls 1

IsHexNumberTFunction · 0.85

Tested by

no test coverage detected