MCPcopy 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
93bool IsUTurnType(Restriction::Type type)
94{
95 return type == Restriction::Type::NoUTurn || type == Restriction::Type::OnlyUTurn;
96}
97} // namespace routing

Callers 6

ConvertToUTurnIfPossibleFunction · 0.85
CheckAndProcessUTurnMethod · 0.85
IsRestrictionValidMethod · 0.85
SerializeNotUTurnMethod · 0.85
SerializeUTurnMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected