()
| 495 | func (*Trip) ProtoMessage() {} |
| 496 | |
| 497 | func (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. |
| 510 | func (*Trip) Descriptor() ([]byte, []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected