Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gogs/gogs
/ Remove
Method
Remove
internal/sync/unique_queue.go:64–66 ·
view source on GitHub ↗
Remove removes instance from the queue.
(id any)
Source
from the content-addressed store, hash-verified
62
63
// Remove removes instance from the queue.
64
func
(q *UniqueQueue) Remove(id any) {
65
q.table.Stop(com.ToStr(id))
66
}
Callers
15
InitLogging
Function · 0.80
NewDB
Function · 0.80
updateWikiPage
Method · 0.80
DeleteWikiPage
Method · 0.80
DeleteCustomAvatar
Method · 0.80
DeleteByID
Method · 0.80
SyncMirrors
Function · 0.80
PushToBaseRepo
Method · 0.80
TestPullRequests
Function · 0.80
DeleteRepoFile
Method · 0.80
DeleteUploads
Function · 0.80
RewriteAuthorizedKeys
Method · 0.80
Calls
1
Stop
Method · 0.80
Tested by
9
TestPullRequests
Function · 0.64
usersDeleteCustomAvatar
Function · 0.64
usersUseCustomAvatar
Function · 0.64
TestMain
Function · 0.64
TestMain
Function · 0.64
TestMain
Function · 0.64
TestGenerateRandomAvatar
Function · 0.64
TestSaveAvatar
Function · 0.64
TestIsSymlink
Function · 0.64