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

Method GetPackageSlug

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

Source from the content-addressed store, hash-verified

196}
197
198func (x *Driver) GetPackageSlug() string {
199 if x != nil {
200 return x.PackageSlug
201 }
202 return ""
203}
204
205func (x *Driver) GetLocation() *Location {
206 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected