| 48 | } |
| 49 | |
| 50 | SpeedInUnits WorldGraph::GetSpeedLimit(Segment const &) |
| 51 | { |
| 52 | return {}; |
| 53 | } |
| 54 | |
| 55 | void WorldGraph::SetAStarParents(bool forward, Parents<Segment> & parents) {} |
| 56 | void WorldGraph::SetAStarParents(bool forward, Parents<JointSegment> & parents) {} |
no outgoing calls
no test coverage detected