MCPcopy 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.
64func (q *UniqueQueue) Remove(id any) {
65 q.table.Stop(com.ToStr(id))
66}

Callers 15

InitLoggingFunction · 0.80
NewDBFunction · 0.80
updateWikiPageMethod · 0.80
DeleteWikiPageMethod · 0.80
DeleteCustomAvatarMethod · 0.80
DeleteByIDMethod · 0.80
SyncMirrorsFunction · 0.80
PushToBaseRepoMethod · 0.80
TestPullRequestsFunction · 0.80
DeleteRepoFileMethod · 0.80
DeleteUploadsFunction · 0.80
RewriteAuthorizedKeysMethod · 0.80

Calls 1

StopMethod · 0.80

Tested by 9

TestPullRequestsFunction · 0.64
usersDeleteCustomAvatarFunction · 0.64
usersUseCustomAvatarFunction · 0.64
TestMainFunction · 0.64
TestMainFunction · 0.64
TestMainFunction · 0.64
TestGenerateRandomAvatarFunction · 0.64
TestSaveAvatarFunction · 0.64
TestIsSymlinkFunction · 0.64