MCPcopy Create free account
hub / github.com/comaps/comaps / IsOneWay

Method IsOneWay

libs/routing_common/vehicle_model.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193bool VehicleModel::IsOneWay(FeatureTypes const & types) const
194{
195 return types.Has(m_onewayType);
196}
197
198bool VehicleModel::IsRoad(FeatureTypes const & types) const
199{

Callers

nothing calls this directly

Calls 1

HasMethod · 0.45

Tested by

no test coverage detected