()
| 175 | } |
| 176 | |
| 177 | func (x *Driver) GetProfilePicture() string { |
| 178 | if x != nil { |
| 179 | return x.ProfilePicture |
| 180 | } |
| 181 | return "" |
| 182 | } |
| 183 | |
| 184 | func (x *Driver) GetCarPlate() string { |
| 185 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected