Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
87
type
countJob
struct
{
88
m sync.Mutex
89
started int
90
done int
91
delay time.Duration
92
}
93
94
func
(j *countJob) Run() {
95
j.m.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected