Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsNumeric
Method
IsNumeric
libs/routing_common/maxspeed_conversion.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
bool SpeedInUnits::IsNumeric() const
22
{
23
return routing::IsNumeric(m_speed);
24
}
25
26
MaxspeedType SpeedInUnits::GetSpeedKmPH() const
27
{
Callers
6
AddSpeed
Method · 0.80
GetMaxSpeedKmPH
Function · 0.80
UNIT_TEST
Function · 0.80
GetCurrentSpeedLimit
Method · 0.80
Deserialize
Method · 0.80
HaveSameUnits
Function · 0.80
Calls
1
IsNumeric
Function · 0.85
Tested by
1
UNIT_TEST
Function · 0.64