Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ str_tofloat
Function
str_tofloat
src/base/str.cpp:882–885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
880
}
881
882
float str_tofloat(const char *str)
883
{
884
return strtod(str, nullptr);
885
}
886
887
bool str_tofloat(const char *str, float *out)
888
{
Callers
6
GetFloat
Method · 0.85
ParseArgs
Method · 0.85
ConTeleXY
Method · 0.85
main
Function · 0.85
GetFloat
Method · 0.85
ParseArgs
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected