()
| 196 | } |
| 197 | |
| 198 | func (x *Driver) GetPackageSlug() string { |
| 199 | if x != nil { |
| 200 | return x.PackageSlug |
| 201 | } |
| 202 | return "" |
| 203 | } |
| 204 | |
| 205 | func (x *Driver) GetLocation() *Location { |
| 206 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected