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

Method GetGeohash

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

Source from the content-addressed store, hash-verified

189}
190
191func (x *Driver) GetGeohash() string {
192 if x != nil {
193 return x.Geohash
194 }
195 return ""
196}
197
198func (x *Driver) GetPackageSlug() string {
199 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected