MCPcopy
hub / github.com/CodisLabs/codis / contextRemoveGroup

Function contextRemoveGroup

pkg/topom/topom_cache_test.go:133–136  ·  view source on GitHub ↗
(t *Topom, g *models.Group)

Source from the content-addressed store, hash-verified

131}
132
133func contextRemoveGroup(t *Topom, g *models.Group) {
134 t.dirtyGroupCache(g.Id)
135 assert.MustNoError(t.storeRemoveGroup(g))
136}
137
138func contextUpdateGroup(t *Topom, g *models.Group) {
139 t.dirtyGroupCache(g.Id)

Callers 1

TestRedisStatsFunction · 0.85

Calls 2

dirtyGroupCacheMethod · 0.80
storeRemoveGroupMethod · 0.80

Tested by

no test coverage detected