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

Method GetStatus

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

Source from the content-addressed store, hash-verified

533}
534
535func (x *Trip) GetStatus() string {
536 if x != nil {
537 return x.Status
538 }
539 return ""
540}
541
542func (x *Trip) GetUserID() string {
543 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected