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

Function processQueryNoErr

query/vector/vector_test.go:93–97  ·  view source on GitHub ↗
(t *testing.T, query string)

Source from the content-addressed store, hash-verified

91}
92
93func processQueryNoErr(t *testing.T, query string) string {
94 res, err := processQuery(context.Background(), t, query)
95 require.NoError(t, err)
96 return res
97}
98
99// processQueryForMetrics works like processQuery but returns metrics instead of response.
100func processQueryForMetrics(t *testing.T, query string) *api.Metrics {

Callers 6

TestVectorReindexFunction · 0.70
TestVectorDeleteFunction · 0.70
TestGetVectorFunction · 0.70

Calls 1

processQueryFunction · 0.70

Tested by

no test coverage detected