newWithSeconds returns a Cron with the seconds field enabled.
()
| 698 | |
| 699 | // newWithSeconds returns a Cron with the seconds field enabled. |
| 700 | func newWithSeconds() *Cron { |
| 701 | return New(WithParser(secondParser), WithChain()) |
| 702 | } |
no test coverage detected
searching dependent graphs…