MCPcopy Index your code
hub / github.com/gogs/gogs / Queue

Method Queue

internal/sync/unique_queue.go:31–33  ·  view source on GitHub ↗

Queue returns channel of queue for retrieving instances.

()

Source from the content-addressed store, hash-verified

29
30// Queue returns channel of queue for retrieving instances.
31func (q *UniqueQueue) Queue() <-chan string {
32 return q.queue
33}
34
35// Exist returns true if there is an instance with given identity
36// exists in the queue.

Callers 3

SyncMirrorsFunction · 0.80
TestPullRequestsFunction · 0.80
DeliverHooksFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestPullRequestsFunction · 0.64