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

Method Day

plugin/manager/timer/wrap.go:20–26  ·  view source on GitHub ↗

Day 5bits

()

Source from the content-addressed store, hash-verified

18
19// Day 5bits
20func (t *Timer) Day() (d int) {
21 d = int((t.En1Month4Day5Week3Hour5Min6 & 0x07c000) >> 14)
22 if d == 0b11111 {
23 d = -1
24 }
25 return
26}
27
28// Week 3bits
29func (t *Timer) Week() (w time.Weekday) {

Callers 10

nextWakeTimeMethod · 0.95
GetTimerInfoMethod · 0.95
initFunction · 0.80
store.goFile · 0.80
updateFishInfoMethod · 0.80
refreshStroeInfoMethod · 0.80
checkCanSalesForMethod · 0.80
isAprilFoolsDayFunction · 0.80
RegisterTimerMethod · 0.80
firstWeekFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected