Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
162
func
(g *groupi) Ctx() context.Context {
163
return
g.closer.Ctx()
164
}
165
166
func
(g *groupi) IsClosed() bool {
167
return
g.closer.Ctx().Err() != nil
Callers
12
applyInitialSchema
Method · 0.95
applyState
Method · 0.95
BelongsToReadOnly
Method · 0.95
sendTablet
Method · 0.95
Inform
Method · 0.95
connToZeroLeader
Method · 0.95
doSendMembership
Method · 0.95
receiveMembershipUpdates
Method · 0.95
processOracleDeltaStream
Method · 0.95
StartRaftNodes
Function · 0.45
IsClosed
Method · 0.45
SubscribeForUpdates
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected