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

Method SetHour

plugin/manager/timer/wrap.go:80–82  ·  view source on GitHub ↗

SetHour ...

(h int)

Source from the content-addressed store, hash-verified

78
79// SetHour ...
80func (t *Timer) SetHour(h int) {
81 t.En1Month4Day5Week3Hour5Min6 = ((int32(h) << 6) & 0x0007c0) | (t.En1Month4Day5Week3Hour5Min6 & 0xfff83f)
82}
83
84// SetMinute ...
85func (t *Timer) SetMinute(m int) {

Callers 2

TestNextWakeTimeFunction · 0.95
GetFilledTimerFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNextWakeTimeFunction · 0.76