MCPcopy 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
72func newFieldBits(typ fieldType) *cronFieldBits {
73 return &cronFieldBits{
74 Typ: typ,
75 }
76}
77
78const maxAttempts = 366
79const mask = 0xFFFFFFFFFFFFFFFF

Callers 2

newCronExpressionFunction · 0.85
parseFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected