()
| 168 | } |
| 169 | |
| 170 | func (x *Driver) GetName() string { |
| 171 | if x != nil { |
| 172 | return x.Name |
| 173 | } |
| 174 | return "" |
| 175 | } |
| 176 | |
| 177 | func (x *Driver) GetProfilePicture() string { |
| 178 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected