Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ toFloat
Method
toFloat
src/fl/stl/basic_string.cpp.hpp:1431–1431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1429
// ======= OTHER =======
1430
1431
float basic_string::toFloat() const { return fl::parseFloat(c_str(), mLength); }
1432
1433
// ======= RESIZE =======
1434
Callers
1
istream.cpp.hpp
File · 0.80
Calls
1
parseFloat
Function · 0.85
Tested by
no test coverage detected