MCPcopy Index your code
hub / github.com/FloatTech/ZeroBot-Plugin / En

Method En

plugin/manager/timer/wrap.go:6–8  ·  view source on GitHub ↗

En isEnabled 1bit

()

Source from the content-addressed store, hash-verified

4
5// En isEnabled 1bit
6func (t *Timer) En() (en bool) {
7 return t.En1Month4Day5Week3Hour5Min6&0x800000 != 0
8}
9
10// Month 4bits
11func (t *Timer) Month() (mon time.Month) {

Callers 2

initFunction · 0.95
RegisterTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected