Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codnect/chrono
/ newFieldBits
Function
newFieldBits
cron.go:72–76 ·
view source on GitHub ↗
(typ fieldType)
Source
from the content-addressed store, hash-verified
70
}
71
72
func
newFieldBits(typ fieldType) *cronFieldBits {
73
return
&cronFieldBits{
74
Typ: typ,
75
}
76
}
77
78
const
maxAttempts = 366
79
const
mask = 0xFFFFFFFFFFFFFFFF
Callers
2
newCronExpression
Function · 0.85
parseField
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected