MCPcopy
hub / github.com/syncthing/syncthing / newJobQueue

Function newJobQueue

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

Source from the content-addressed store, hash-verified

24}
25
26func newJobQueue() *jobQueue {
27 return &jobQueue{}
28}
29
30func (q *jobQueue) Push(file string, size int64, modified time.Time) {
31 q.mut.Lock()

Callers 6

TestJobQueueFunction · 0.85
TestBringToFrontFunction · 0.85
BenchmarkJobQueueBumpFunction · 0.85
TestQueuePaginationFunction · 0.85
newSendReceiveFolderFunction · 0.85

Calls

no outgoing calls

Tested by 5

TestJobQueueFunction · 0.68
TestBringToFrontFunction · 0.68
BenchmarkJobQueueBumpFunction · 0.68
TestQueuePaginationFunction · 0.68