| 507 | } |
| 508 | |
| 509 | WorldGraphMode IndexGraph::GetMode() const |
| 510 | { |
| 511 | return WorldGraphMode::Undefined; |
| 512 | } |
| 513 | |
| 514 | bool IndexGraph::IsUTurnAndRestricted(Segment const & parent, Segment const & child, bool isOutgoing) const |
| 515 | { |
no outgoing calls
no test coverage detected