Method
isNew
modules/generator/registry/counter.go:43–45
· modules/generator/registry/counter.go::counterSeries.isNew
()
Source from the content-addressed store, hash-verified
| 41 | ) |
| 42 | |
| 43 | func (co *counterSeries) isNew() bool { |
| 44 | return co.firstSeries.Load() |
| 45 | } |
| 46 | |
| 47 | func (co *counterSeries) registerSeenSeries() { |
| 48 | co.firstSeries.Store(false) |
Tested by
no test coverage detected