MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / processQueryNoErr

Function processQueryNoErr

query/common_test.go:82–86  ·  view source on GitHub ↗
(t *testing.T, query string)

Source from the content-addressed store, hash-verified

80}
81
82func processQueryNoErr(t *testing.T, query string) string {
83 res, err := processQuery(context.Background(), t, query)
84 require.NoError(t, err)
85 return res
86}
87
88// processQueryForMetrics works like processQuery but returns metrics instead of response.
89func processQueryForMetrics(t *testing.T, query string) *api.Metrics {

Callers 15

TestBigMathValueFunction · 0.70
TestFloatConverstionFunction · 0.70
TestDeleteAndReadIndexFunction · 0.70
TestDeleteAndReadCountFunction · 0.70
TestDeleteAndReadReverseFunction · 0.70
TestDropPredicateFunction · 0.70
TestNestedExpandAllFunction · 0.70
TestNoResultsFilterFunction · 0.70
TestNoResultsPaginationFunction · 0.70
TestNoResultsGroupByFunction · 0.70
TestNoResultsOrderFunction · 0.70

Calls 1

processQueryFunction · 0.70

Tested by

no test coverage detected