()
| 284 | } |
| 285 | |
| 286 | func (x *Route) GetDistance() float64 { |
| 287 | if x != nil { |
| 288 | return x.Distance |
| 289 | } |
| 290 | return 0 |
| 291 | } |
| 292 | |
| 293 | func (x *Route) GetDuration() float64 { |
| 294 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected