MCPcopy
hub / github.com/robfig/cron / every5min5s

Function every5min5s

parser_test.go:365–367  ·  parser_test.go::every5min5s
(loc *time.Location)

Source from the content-addressed store, hash-verified

363}
364
365func every5min5s(loc *time.Location) *SpecSchedule {
366 return &SpecSchedule{1 << 5, 1 << 5, all(hours), all(dom), all(months), all(dow), loc}
367}
368
369func midnight(loc *time.Location) *SpecSchedule {
370 return &SpecSchedule{1, 1, 1, all(dom), all(months), all(dow), loc}

Callers 1

Calls 1

allFunction · 0.85

Tested by

no test coverage detected