Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
func
newValueRange(min int, max int) valueRange {
61
return
valueRange{
62
MinValue: min,
63
MaxValue: max,
64
}
65
}
66
67
type
cronFieldBits
struct
{
68
Typ fieldType
Callers
2
parseField
Function · 0.85
parseRange
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected