MCPcopy
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
89func (j *countJob) Started() int {
90 defer j.m.Unlock()
91 j.m.Lock()
92 return j.started
93}
94
95func (j *countJob) Done() int {
96 defer j.m.Unlock()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected