Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/robfig/cron
/ Started
Method
Started
chain_test.go:89–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
func
(j *countJob) Started() int {
90
defer
j.m.Unlock()
91
j.m.Lock()
92
return
j.started
93
}
94
95
func
(j *countJob) Done() int {
96
defer
j.m.Unlock()
Callers
2
TestChainDelayIfStillRunning
Function · 0.95
TestChainSkipIfStillRunning
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected