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

Method ProtoReflect

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

Source from the content-addressed store, hash-verified

163func (*Coordinate) ProtoMessage() {}
164
165func (x *Coordinate) ProtoReflect() protoreflect.Message {
166 mi := &file_trip_proto_msgTypes[2]
167 if x != nil {
168 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
169 if ms.LoadMessageInfo() == nil {
170 ms.StoreMessageInfo(mi)
171 }
172 return ms
173 }
174 return mi.MessageOf(x)
175}
176
177// Deprecated: Use Coordinate.ProtoReflect.Descriptor instead.
178func (*Coordinate) Descriptor() ([]byte, []int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected