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

Method ProtoReflect

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

Source from the content-addressed store, hash-verified

144func (*Driver) ProtoMessage() {}
145
146func (x *Driver) ProtoReflect() protoreflect.Message {
147 mi := &file_driver_proto_msgTypes[2]
148 if x != nil {
149 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
150 if ms.LoadMessageInfo() == nil {
151 ms.StoreMessageInfo(mi)
152 }
153 return ms
154 }
155 return mi.MessageOf(x)
156}
157
158// Deprecated: Use Driver.ProtoReflect.Descriptor instead.
159func (*Driver) Descriptor() ([]byte, []int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected