Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ AreSpeedCamerasPartlyProhibited
Function
AreSpeedCamerasPartlyProhibited
libs/routing/speed_camera_prohibition.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
bool AreSpeedCamerasPartlyProhibited(platform::CountryFile const & mwm)
39
{
40
return IsMwmContained(mwm, kSpeedCamerasPartlyProhibitedCountries);
41
}
42
} // namespace routing
Callers
1
FillSpeedCamProhibitedMwms
Method · 0.85
Calls
1
IsMwmContained
Function · 0.85
Tested by
no test coverage detected