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

Function newDgraphExecutor

graphql/resolve/resolver.go:155–157  ·  view source on GitHub ↗
(dg *dgraph.DgraphEx)

Source from the content-addressed store, hash-verified

153}
154
155func newDgraphExecutor(dg *dgraph.DgraphEx) DgraphExecutor {
156 return &dgraphExecutor{dg: dg}
157}
158
159// NewAdminExecutor builds a DgraphExecutor for proxying requests through dgraph.
160func NewAdminExecutor() DgraphExecutor {

Callers 1

NewDgraphExecutorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected