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

Method Set

graphql/admin/http.go:42–42  ·  view source on GitHub ↗

After Set is called, this IServeGraphQL serves the new resolvers for the given namespace ns.

(ns uint64, schemaEpoch *uint64, resolver *resolve.RequestResolver)

Source from the content-addressed store, hash-verified

40type IServeGraphQL interface {
41 // After Set is called, this IServeGraphQL serves the new resolvers for the given namespace ns.
42 Set(ns uint64, schemaEpoch *uint64, resolver *resolve.RequestResolver)
43
44 // HTTPHandler returns a http.Handler that serves GraphQL.
45 HTTPHandler() http.Handler

Callers 15

RefreshACLsFunction · 0.65
initCmdsFunction · 0.65
setGlogFlagsFunction · 0.65
assignMethod · 0.65
getStateMethod · 0.65
pingResponseMethod · 0.65
commitMethod · 0.65
incrementInLoopFunction · 0.65
readFunction · 0.65
readBestEffortFunction · 0.65
setupFunction · 0.65
runMethod · 0.65

Implementers 1

graphqlHandlergraphql/admin/http.go

Calls

no outgoing calls

Tested by 15

incrementInLoopFunction · 0.52
readFunction · 0.52
readBestEffortFunction · 0.52
setupFunction · 0.52
runGzipWithRetryFunction · 0.52
createRequestFunction · 0.52
runRequestFunction · 0.52
TestDisallowNonGalaxyFunction · 0.52
TestEnvironmentAccessFunction · 0.52
TestBackupMinioEFunction · 0.52
TestLoaderXidmapFunction · 0.52
TestAclCacheRestoreFunction · 0.52