()
| 182 | } |
| 183 | |
| 184 | func (x *Driver) GetCarPlate() string { |
| 185 | if x != nil { |
| 186 | return x.CarPlate |
| 187 | } |
| 188 | return "" |
| 189 | } |
| 190 | |
| 191 | func (x *Driver) GetGeohash() string { |
| 192 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected