MCPcopy Create free account
hub / github.com/SmingHub/Sming / isNumber

Function isNumber

Sming/Core/Data/Stream/SectionTemplate.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool isNumber(const char* s)
46{
47 return (s != nullptr) && ((*s == '-') || (*s == '+') || isdigit(*s));
48}
49
50bool isNumber(const String& s)
51{

Callers 5

isFloatFunction · 0.85
compareMethod · 0.85
addMethod · 0.85
subMethod · 0.85
parseMethod · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected