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

Method GetDriver

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

Source from the content-addressed store, hash-verified

547}
548
549func (x *Trip) GetDriver() *TripDriver {
550 if x != nil {
551 return x.Driver
552 }
553 return nil
554}
555
556// Static driver object that is used to store the driver information
557type TripDriver struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected