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

Method GetProfilePicture

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

Source from the content-addressed store, hash-verified

175}
176
177func (x *Driver) GetProfilePicture() string {
178 if x != nil {
179 return x.ProfilePicture
180 }
181 return ""
182}
183
184func (x *Driver) GetCarPlate() string {
185 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected