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

Method Ctx

worker/groups.go:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160}
161
162func (g *groupi) Ctx() context.Context {
163 return g.closer.Ctx()
164}
165
166func (g *groupi) IsClosed() bool {
167 return g.closer.Ctx().Err() != nil

Callers 12

applyInitialSchemaMethod · 0.95
applyStateMethod · 0.95
BelongsToReadOnlyMethod · 0.95
sendTabletMethod · 0.95
InformMethod · 0.95
connToZeroLeaderMethod · 0.95
doSendMembershipMethod · 0.95
StartRaftNodesFunction · 0.45
IsClosedMethod · 0.45
SubscribeForUpdatesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected