()
| 260 | func (*Route) ProtoMessage() {} |
| 261 | |
| 262 | func (x *Route) ProtoReflect() protoreflect.Message { |
| 263 | mi := &file_trip_proto_msgTypes[4] |
| 264 | if x != nil { |
| 265 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 266 | if ms.LoadMessageInfo() == nil { |
| 267 | ms.StoreMessageInfo(mi) |
| 268 | } |
| 269 | return ms |
| 270 | } |
| 271 | return mi.MessageOf(x) |
| 272 | } |
| 273 | |
| 274 | // Deprecated: Use Route.ProtoReflect.Descriptor instead. |
| 275 | func (*Route) Descriptor() ([]byte, []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected