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

Method Cleanup

pkg/queue/task.go:269–271  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

267}
268
269func (t *DBTask) Cleanup(ctx context.Context) error {
270 return nil
271}
272
273func (t *DBTask) CorrelationID() uuid.UUID {
274 t.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected