Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ toInt
Method
toInt
Sming/Wiring/WString.cpp:957–960 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
955
/*********************************************/
956
957
long String::toInt(void) const
958
{
959
return isNull() ? 0 : atoi(cbuffer());
960
}
961
962
float String::toFloat(void) const
963
{
Callers
8
onAjaxFrequency
Function · 0.45
onConfiguration
Function · 0.45
onApiOutput
Function · 0.45
onDataSent
Function · 0.45
execute
Method · 0.45
partHeadersComplete
Method · 0.45
sendCommand
Method · 0.45
splitString
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected