Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsUTurnType
Function
IsUTurnType
libs/routing/restrictions_serialization.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
bool IsUTurnType(Restriction::Type type)
94
{
95
return type == Restriction::Type::NoUTurn || type == Restriction::Type::OnlyUTurn;
96
}
97
} // namespace routing
Callers
6
ConvertUTurnToSimpleRestriction
Function · 0.85
ConvertToUTurnIfPossible
Function · 0.85
CheckAndProcessUTurn
Method · 0.85
IsRestrictionValid
Method · 0.85
SerializeNotUTurn
Method · 0.85
SerializeUTurn
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected