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

Method ProtoReflect

shared/proto/driver/driver.pb.go:233–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231func (*Location) ProtoMessage() {}
232
233func (x *Location) ProtoReflect() protoreflect.Message {
234 mi := &file_driver_proto_msgTypes[3]
235 if x != nil {
236 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
237 if ms.LoadMessageInfo() == nil {
238 ms.StoreMessageInfo(mi)
239 }
240 return ms
241 }
242 return mi.MessageOf(x)
243}
244
245// Deprecated: Use Location.ProtoReflect.Descriptor instead.
246func (*Location) Descriptor() ([]byte, []int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected