MCPcopy
hub / github.com/OpenListTeam/OpenList / Add

Method Add

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

Source from the content-addressed store, hash-verified

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

Callers 15

SetMethod · 0.65
SetWithTTLMethod · 0.65
SetTypeMethod · 0.65
SetTypeWithTTLMethod · 0.65
clickObjMethod · 0.65
RangeReadMethod · 0.65
BuildIndexFunction · 0.65
UpdateFunction · 0.65
executeTaskMethod · 0.65
recursivelyListVirtualFunction · 0.65
RecursivelyListStorageFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestGetBalancedStorageFunction · 0.52