()
| 609 | } |
| 610 | |
| 611 | func (x *TripDriver) GetProfilePicture() string { |
| 612 | if x != nil { |
| 613 | return x.ProfilePicture |
| 614 | } |
| 615 | return "" |
| 616 | } |
| 617 | |
| 618 | func (x *TripDriver) GetCarPlate() string { |
| 619 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected