Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ isFloat
Function
isFloat
Sming/Core/Data/Stream/SectionTemplate.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
bool isFloat(const char* s)
56
{
57
return isNumber(s) && strchr(s,
'.'
) != nullptr;
58
}
59
60
bool isFloat(const String& s)
61
{
Callers
2
add
Method · 0.85
sub
Method · 0.85
Calls
2
isNumber
Function · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected