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

Method ResetRefreshSignal

server/controller/recorder/cache/cache.go:170–173  ·  view source on GitHub ↗
(caller string)

Source from the content-addressed store, hash-verified

168)
169
170func (c *Cache) ResetRefreshSignal(caller string) {
171 log.Infof("domain: %s reset cache refresh signal (caller: %s)", c.metadata.GetDomainLcuuid(), caller, c.metadata.LogPrefixes)
172 c.RefreshSignal <- struct{}{}
173}
174
175func (c *Cache) StartSelfHealing() {
176 go func() {

Callers 5

StartSelfHealingMethod · 0.95
RefreshMethod · 0.95
tryRefreshMethod · 0.80
clearMethod · 0.80
tryRefreshMethod · 0.80

Calls 2

GetDomainLcuuidMethod · 0.65
InfofMethod · 0.45

Tested by

no test coverage detected