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

Method SetMinute

plugin/manager/timer/wrap.go:85–87  ·  view source on GitHub ↗

SetMinute ...

(m int)

Source from the content-addressed store, hash-verified

83
84// SetMinute ...
85func (t *Timer) SetMinute(m int) {
86 t.En1Month4Day5Week3Hour5Min6 = (int32(m) & 0x00003f) | (t.En1Month4Day5Week3Hour5Min6 & 0xffffc0)
87}

Callers 2

TestNextWakeTimeFunction · 0.95
GetFilledTimerFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNextWakeTimeFunction · 0.76