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

Method GetName

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

Source from the content-addressed store, hash-verified

168}
169
170func (x *Driver) GetName() string {
171 if x != nil {
172 return x.Name
173 }
174 return ""
175}
176
177func (x *Driver) GetProfilePicture() string {
178 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected