MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / GetByID

Method GetByID

internal/task/manager.go:13–13  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

11 CancelByCondition(condition func(task T) bool)
12 GetAll() []T
13 GetByID(id string) (T, bool)
14 GetByState(state ...tache.State) []T
15 GetByCondition(condition func(task T) bool) []T
16 Remove(id string)

Callers 3

RemoveMethod · 0.80
getTargetedHandlerFunction · 0.80
getBatchHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected