MCPcopy
hub / github.com/syncthing/syncthing / lenQueued

Method lenQueued

lib/model/queue.go:132–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func (q *jobQueue) lenQueued() int {
133 q.mut.Lock()
134 defer q.mut.Unlock()
135 return len(q.queued)
136}
137
138func (q *jobQueue) lenProgress() int {
139 q.mut.Lock()

Callers 2

Calls 1

UnlockMethod · 0.80

Tested by 2