MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / DeleteBy

Method DeleteBy

inventory/task.go:49–49  ·  view source on GitHub ↗

DeleteBy deletes the tasks with the given args.

(ctx context.Context, args *DeleteTaskArgs)

Source from the content-addressed store, hash-verified

47 DeleteByIDs(ctx context.Context, ids ...int) error
48 // DeleteBy deletes the tasks with the given args.
49 DeleteBy(ctx context.Context, args *DeleteTaskArgs) error
50}
51
52type (

Callers 1

CleanupTaskMethod · 0.65

Implementers 1

taskClientinventory/task.go

Calls

no outgoing calls

Tested by

no test coverage detected