Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
bool VehicleModel::IsOneWay(FeatureTypes const & types) const
194
{
195
return types.Has(m_onewayType);
196
}
197
198
bool VehicleModel::IsRoad(FeatureTypes const & types) const
199
{
Callers
nothing calls this directly
Calls
1
Has
Method · 0.45
Tested by
no test coverage detected