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

Method SetDay

plugin/manager/timer/wrap.go:70–72  ·  view source on GitHub ↗

SetDay ...

(d int)

Source from the content-addressed store, hash-verified

68
69// SetDay ...
70func (t *Timer) SetDay(d int) {
71 t.En1Month4Day5Week3Hour5Min6 = ((int32(d) << 14) & 0x07c000) | (t.En1Month4Day5Week3Hour5Min6 & 0xf83fff)
72}
73
74// SetWeek ...
75func (t *Timer) SetWeek(w time.Weekday) {

Callers 1

GetFilledTimerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected