Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codnect/chrono
/ isFixedRate
Method
isFixedRate
task.go:146–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
func
(scheduledRunnableTask *ScheduledRunnableTask) isFixedRate() bool {
147
return
scheduledRunnableTask.fixedRate
148
}
149
150
type
ScheduledTaskQueue []*ScheduledRunnableTask
151
Callers
2
run
Method · 0.80
startTask
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected