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

Method GetId

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

Source from the content-addressed store, hash-verified

512}
513
514func (x *Trip) GetId() string {
515 if x != nil {
516 return x.Id
517 }
518 return ""
519}
520
521func (x *Trip) GetSelectedFare() *RideFare {
522 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected