MCPcopy Create free account
hub / github.com/codnect/chrono / newValueRange

Function newValueRange

cron.go:60–65  ·  view source on GitHub ↗
(min int, max int)

Source from the content-addressed store, hash-verified

58}
59
60func newValueRange(min int, max int) valueRange {
61 return valueRange{
62 MinValue: min,
63 MaxValue: max,
64 }
65}
66
67type cronFieldBits struct {
68 Typ fieldType

Callers 2

parseFieldFunction · 0.85
parseRangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected