Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 ...
85
func
(t *Timer) SetMinute(m int) {
86
t.En1Month4Day5Week3Hour5Min6 = (int32(m) & 0x00003f) | (t.En1Month4Day5Week3Hour5Min6 & 0xffffc0)
87
}
Callers
2
TestNextWakeTime
Function · 0.95
GetFilledTimer
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestNextWakeTime
Function · 0.76