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

Method Hour

plugin/manager/timer/wrap.go:38–44  ·  view source on GitHub ↗

Hour 5bits

()

Source from the content-addressed store, hash-verified

36
37// Hour 5bits
38func (t *Timer) Hour() (h int) {
39 h = int((t.En1Month4Day5Week3Hour5Min6 & 0x0007c0) >> 6)
40 if h == 0b11111 {
41 h = -1
42 }
43 return
44}
45
46// Minute 6bits
47func (t *Timer) Minute() (m int) {

Callers 11

nextWakeTimeMethod · 0.95
judgeHMMethod · 0.95
GetTimerInfoMethod · 0.95
isAtriSleepingFunction · 0.80
initFunction · 0.80
getHourWordFunction · 0.80
sleepMethod · 0.80
getUpMethod · 0.80
isMorningFunction · 0.80
isEveningFunction · 0.80
initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected