()
| 189 | } |
| 190 | |
| 191 | func (x *Driver) GetGeohash() string { |
| 192 | if x != nil { |
| 193 | return x.Geohash |
| 194 | } |
| 195 | return "" |
| 196 | } |
| 197 | |
| 198 | func (x *Driver) GetPackageSlug() string { |
| 199 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected