()
| 602 | } |
| 603 | |
| 604 | func (x *TripDriver) GetName() string { |
| 605 | if x != nil { |
| 606 | return x.Name |
| 607 | } |
| 608 | return "" |
| 609 | } |
| 610 | |
| 611 | func (x *TripDriver) GetProfilePicture() string { |
| 612 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected