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

Method ProtoReflect

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

Source from the content-addressed store, hash-verified

214func (*Geometry) ProtoMessage() {}
215
216func (x *Geometry) ProtoReflect() protoreflect.Message {
217 mi := &file_trip_proto_msgTypes[3]
218 if x != nil {
219 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
220 if ms.LoadMessageInfo() == nil {
221 ms.StoreMessageInfo(mi)
222 }
223 return ms
224 }
225 return mi.MessageOf(x)
226}
227
228// Deprecated: Use Geometry.ProtoReflect.Descriptor instead.
229func (*Geometry) Descriptor() ([]byte, []int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected