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

Method ProtoReflect

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

Source from the content-addressed store, hash-verified

495func (*Trip) ProtoMessage() {}
496
497func (x *Trip) ProtoReflect() protoreflect.Message {
498 mi := &file_trip_proto_msgTypes[8]
499 if x != nil {
500 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
501 if ms.LoadMessageInfo() == nil {
502 ms.StoreMessageInfo(mi)
503 }
504 return ms
505 }
506 return mi.MessageOf(x)
507}
508
509// Deprecated: Use Trip.ProtoReflect.Descriptor instead.
510func (*Trip) Descriptor() ([]byte, []int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected