Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ lenProgress
Method
lenProgress
lib/model/queue.go:138–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
func
(q *jobQueue) lenProgress() int {
139
q.mut.Lock()
140
defer
q.mut.Unlock()
141
return
len(q.progress)
142
}
Callers
2
TestDeregisterOnFailInCopy
Function · 0.80
TestDeregisterOnFailInPull
Function · 0.80
Calls
1
Unlock
Method · 0.80
Tested by
2
TestDeregisterOnFailInCopy
Function · 0.64
TestDeregisterOnFailInPull
Function · 0.64