MCPcopy 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
957long String::toInt(void) const
958{
959 return isNull() ? 0 : atoi(cbuffer());
960}
961
962float String::toFloat(void) const
963{

Callers 8

onAjaxFrequencyFunction · 0.45
onConfigurationFunction · 0.45
onApiOutputFunction · 0.45
onDataSentFunction · 0.45
executeMethod · 0.45
partHeadersCompleteMethod · 0.45
sendCommandMethod · 0.45
splitStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected