MCPcopy Create free account
hub / github.com/deepflowio/deepflow / needSelfHealing

Method needSelfHealing

server/controller/recorder/cache/cache.go:217–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215}
216
217func (c *Cache) needSelfHealing() bool {
218 return c.metadata.Config.SelfHealCfg.Enabled || c.Sequence == 0
219}
220
221func (c *Cache) needTagSelfHealing() bool {
222 return c.metadata.Config.TagRecorderSelfHealCfg.Enabled || c.Sequence == 0

Callers 1

RefreshMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected