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

Method IncrementSequence

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

Source from the content-addressed store, hash-verified

124}
125
126func (c *Cache) IncrementSequence() {
127 c.Sequence++
128}
129
130func (c *Cache) SetLogLevel(level logging.Level, caller string) {
131 log.Infof("set cache log level to %s (caller: %s)", level.String(), caller, c.metadata.LogPrefixes)

Callers 3

tryRefreshMethod · 0.80
clearMethod · 0.80
tryRefreshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected