MCPcopy 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
21bool SpeedInUnits::IsNumeric() const
22{
23 return routing::IsNumeric(m_speed);
24}
25
26MaxspeedType SpeedInUnits::GetSpeedKmPH() const
27{

Callers 6

AddSpeedMethod · 0.80
GetMaxSpeedKmPHFunction · 0.80
UNIT_TESTFunction · 0.80
GetCurrentSpeedLimitMethod · 0.80
DeserializeMethod · 0.80
HaveSameUnitsFunction · 0.80

Calls 1

IsNumericFunction · 0.85

Tested by 1

UNIT_TESTFunction · 0.64