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

Method up

graphql/admin/admin.go:560–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558}
559
560func (g *GraphQLHealthStore) up() {
561 g.v.Store(GraphQLHealth{Healthy: true, StatusMsg: "up"})
562}
563
564func (g *GraphQLHealthStore) updatingSchema() {
565 g.v.Store(GraphQLHealth{Healthy: true, StatusMsg: "updating schema"})

Callers 2

initServerMethod · 0.80
resetSchemaMethod · 0.80

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected