Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/robfig/cron
/ Done
Method
Done
chain_test.go:95–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
func
(j *countJob) Done() int {
96
defer
j.m.Unlock()
97
j.m.Lock()
98
return
j.done
99
}
100
101
func
TestChainDelayIfStillRunning(t *testing.T) {
102
Callers
15
TestChainDelayIfStillRunning
Function · 0.95
TestChainSkipIfStillRunning
Function · 0.95
startJob
Method · 0.80
TestStopCausesJobsToNotRun
Function · 0.80
TestAddBeforeRunning
Function · 0.80
TestAddWhileRunning
Function · 0.80
TestRemoveBeforeRunning
Function · 0.80
TestRemoveWhileRunning
Function · 0.80
TestSnapshotEntries
Function · 0.80
TestMultipleEntries
Function · 0.80
TestRunningJobTwice
Function · 0.80
TestRunningMultipleSchedules
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected