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

Method GetProfilePicture

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

Source from the content-addressed store, hash-verified

609}
610
611func (x *TripDriver) GetProfilePicture() string {
612 if x != nil {
613 return x.ProfilePicture
614 }
615 return ""
616}
617
618func (x *TripDriver) GetCarPlate() string {
619 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected