Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
func
newJobQueue() *jobQueue {
27
return
&jobQueue{}
28
}
29
30
func
(q *jobQueue) Push(file string, size int64, modified time.Time) {
31
q.mut.Lock()
Callers
6
TestJobQueue
Function · 0.85
TestBringToFront
Function · 0.85
BenchmarkJobQueueBump
Function · 0.85
BenchmarkJobQueuePushPopDone10k
Function · 0.85
TestQueuePagination
Function · 0.85
newSendReceiveFolder
Function · 0.85
Calls
no outgoing calls
Tested by
5
TestJobQueue
Function · 0.68
TestBringToFront
Function · 0.68
BenchmarkJobQueueBump
Function · 0.68
BenchmarkJobQueuePushPopDone10k
Function · 0.68
TestQueuePagination
Function · 0.68