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

Method Summarize

pkg/queue/task.go:362–364  ·  view source on GitHub ↗
(hasher hashid.Encoder)

Source from the content-addressed store, hash-verified

360}
361
362func (t *DBTask) Summarize(hasher hashid.Encoder) *Summary {
363 return &Summary{}
364}
365
366func (t *DBTask) ResumeAfter(next time.Duration) {
367 t.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected