Function
constantInterval
modules/generator/registry/job.go:31–35
· modules/generator/registry/job.go::constantInterval
(interval time.Duration)
Source from the content-addressed store, hash-verified
| 29 | } |
| 30 | |
| 31 | func constantInterval(interval time.Duration) func() time.Duration { |
| 32 | return func() time.Duration { |
| 33 | return interval |
| 34 | } |
| 35 | } |
Tested by
no test coverage detected