MCPcopy
hub / github.com/FloatTech/ZeroBot-Plugin / Minute

Method Minute

plugin/manager/timer/wrap.go:47–53  ·  view source on GitHub ↗

Minute 6bits

()

Source from the content-addressed store, hash-verified

45
46// Minute 6bits
47func (t *Timer) Minute() (m int) {
48 m = int(t.En1Month4Day5Week3Hour5Min6 & 0x00003f)
49 if m == 0b111111 {
50 m = -1
51 }
52 return
53}
54
55// SetEn ...
56func (t *Timer) SetEn(en bool) {

Callers 5

nextWakeTimeMethod · 0.95
judgeHMMethod · 0.95
GetTimerInfoMethod · 0.95
sleepMethod · 0.80
getUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected