Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gogs/gogs
/ Add
Method
Add
internal/sync/unique_queue.go:59–61 ·
view source on GitHub ↗
Add adds new instance to the queue.
(id any)
Source
from the content-addressed store, hash-verified
57
58
// Add adds new instance to the queue.
59
func
(q *UniqueQueue) Add(id any) {
60
q.AddFunc(id, nil)
61
}
62
63
// Remove removes instance from the queue.
64
func
(q *UniqueQueue) Remove(id any) {
Callers
15
SetCookie
Method · 0.80
TimeoutDialer
Function · 0.80
AfterFind
Method · 0.80
updateWikiPage
Method · 0.80
DeleteWikiPage
Method · 0.80
ScheduleNextSync
Method · 0.80
MirrorUpdate
Function · 0.80
Merge
Method · 0.80
UpdateRepoFile
Method · 0.80
DeleteRepoFile
Method · 0.80
UploadRepoFiles
Method · 0.80
TestAccessToken_AfterFind
Function · 0.80
Calls
1
AddFunc
Method · 0.95
Tested by
1
TestAccessToken_AfterFind
Function · 0.64