MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / GetCarPlate

Method GetCarPlate

shared/proto/driver/driver.pb.go:184–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func (x *Driver) GetCarPlate() string {
185 if x != nil {
186 return x.CarPlate
187 }
188 return ""
189}
190
191func (x *Driver) GetGeohash() string {
192 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected