()
| 255 | } |
| 256 | |
| 257 | func (x *Location) GetLongitude() float64 { |
| 258 | if x != nil { |
| 259 | return x.Longitude |
| 260 | } |
| 261 | return 0 |
| 262 | } |
| 263 | |
| 264 | var File_driver_proto protoreflect.FileDescriptor |
| 265 |
nothing calls this directly
no outgoing calls
no test coverage detected