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

Method SetEn

plugin/manager/timer/wrap.go:56–62  ·  view source on GitHub ↗

SetEn ...

(en bool)

Source from the content-addressed store, hash-verified

54
55// SetEn ...
56func (t *Timer) SetEn(en bool) {
57 if en {
58 t.En1Month4Day5Week3Hour5Min6 |= 0x800000
59 } else {
60 t.En1Month4Day5Week3Hour5Min6 &= 0x7fffff
61 }
62}
63
64// SetMonth ...
65func (t *Timer) SetMonth(mon time.Month) {

Callers 3

GetFilledTimerFunction · 0.95
RegisterTimerMethod · 0.80
CancelTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected