(err error)
| 133 | ) |
| 134 | |
| 135 | func resultWithError(err error) *sortresult { |
| 136 | return &sortresult{&emptySortResult, nil, nil, err} |
| 137 | } |
| 138 | |
| 139 | func sortWithoutIndex(ctx context.Context, ts *pb.SortMessage) *sortresult { |
| 140 | span := trace.SpanFromContext(ctx) |
no outgoing calls
no test coverage detected