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

Method GetRoute

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

Source from the content-addressed store, hash-verified

526}
527
528func (x *Trip) GetRoute() *Route {
529 if x != nil {
530 return x.Route
531 }
532 return nil
533}
534
535func (x *Trip) GetStatus() string {
536 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected