()
| 982 | var xxx_messageInfo_SortResult proto.InternalMessageInfo |
| 983 | |
| 984 | func (m *SortResult) GetUidMatrix() []*List { |
| 985 | if m != nil { |
| 986 | return m.UidMatrix |
| 987 | } |
| 988 | return nil |
| 989 | } |
| 990 | |
| 991 | type RaftContext struct { |
| 992 | Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected