| 945 | } |
| 946 | |
| 947 | type SortResult struct { |
| 948 | UidMatrix []*List `protobuf:"bytes,1,rep,name=uid_matrix,json=uidMatrix,proto3" json:"uid_matrix,omitempty"` |
| 949 | } |
| 950 | |
| 951 | func (m *SortResult) Reset() { *m = SortResult{} } |
| 952 | func (m *SortResult) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected