MCPcopy
hub / github.com/usememos/memos / countJob

Struct countJob

internal/cron/chain_test.go:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87type countJob struct {
88 m sync.Mutex
89 started int
90 done int
91 delay time.Duration
92}
93
94func (j *countJob) Run() {
95 j.m.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected