()
| 547 | } |
| 548 | |
| 549 | func (x *Trip) GetDriver() *TripDriver { |
| 550 | if x != nil { |
| 551 | return x.Driver |
| 552 | } |
| 553 | return nil |
| 554 | } |
| 555 | |
| 556 | // Static driver object that is used to store the driver information |
| 557 | type TripDriver struct { |
nothing calls this directly
no outgoing calls
no test coverage detected