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

Method GetName

shared/proto/trip/trip.pb.go:604–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602}
603
604func (x *TripDriver) GetName() string {
605 if x != nil {
606 return x.Name
607 }
608 return ""
609}
610
611func (x *TripDriver) GetProfilePicture() string {
612 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected