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

Method ProtoReflect

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

Source from the content-addressed store, hash-verified

260func (*Route) ProtoMessage() {}
261
262func (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.
275func (*Route) Descriptor() ([]byte, []int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected