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

Method Progress

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

Source from the content-addressed store, hash-verified

344}
345
346func (t *DBTask) Progress(ctx context.Context) Progresses {
347 return nil
348}
349
350func (t *DBTask) OnStatusTransition(newStatus task.Status) {
351 // Nop

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected