Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ParseFloat
Function
ParseFloat
libs/drape_frontend/gui/skin.cpp:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
float ParseFloat(char const * v)
57
{
58
float f = 0.0f;
59
VERIFY(strings::to_float(v, f), ());
60
return f;
61
}
62
63
class ResolverParser
64
{
Callers
1
Parse
Method · 0.85
Calls
1
to_float
Function · 0.50
Tested by
no test coverage detected