MCPcopy
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
95func (j *countJob) Done() int {
96 defer j.m.Unlock()
97 j.m.Lock()
98 return j.done
99}
100
101func TestChainDelayIfStillRunning(t *testing.T) {
102

Callers 15

startJobMethod · 0.80
TestAddBeforeRunningFunction · 0.80
TestAddWhileRunningFunction · 0.80
TestRemoveBeforeRunningFunction · 0.80
TestRemoveWhileRunningFunction · 0.80
TestSnapshotEntriesFunction · 0.80
TestMultipleEntriesFunction · 0.80
TestRunningJobTwiceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected