Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsNumeric
Function
IsNumeric
libs/routing_common/maxspeed_conversion.cpp:321–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
bool IsNumeric(MaxspeedType speed)
322
{
323
return (speed != kInvalidSpeed && speed != kNoneMaxSpeed && speed != kWalkMaxSpeed && speed != kCommonMaxSpeedValue);
324
}
325
326
namespace
327
{
Callers
2
Process
Method · 0.85
IsNumeric
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected