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

Method QueryNoAuth

edgraph/server.go:1384–1386  ·  view source on GitHub ↗
(ctx context.Context, req *api.Request)

Source from the content-addressed store, hash-verified

1382}
1383
1384func (s *Server) QueryNoAuth(ctx context.Context, req *api.Request) (*api.Response, error) {
1385 return s.doQuery(ctx, &Request{req: req, doAuth: NoAuthorize})
1386}
1387
1388var pendingQueries int64
1389var maxPendingQueries int64

Callers

nothing calls this directly

Calls 1

doQueryMethod · 0.95

Tested by

no test coverage detected