MCPcopy
hub / github.com/dgraph-io/dgraph / resultWithError

Function resultWithError

worker/sort.go:135–137  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

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

Callers 2

sortWithoutIndexFunction · 0.85
sortWithIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected