MCPcopy
hub / github.com/AlistGo/alist / Add

Method Add

internal/task/manager.go:6–6  ·  view source on GitHub ↗
(task T)

Source from the content-addressed store, hash-verified

4
5type Manager[T tache.Task] interface {
6 Add(task T)
7 Cancel(id string)
8 CancelAll()
9 CancelByCondition(condition func(task T) bool)

Callers 15

clickObjMethod · 0.65
RangeReadMethod · 0.65
BuildIndexFunction · 0.65
UpdateFunction · 0.65
TestGetBalancedStorageFunction · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestGetBalancedStorageFunction · 0.52
TestBufCloseWriteRaceFunction · 0.52