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

Method Summarize

pkg/queue/task.go:57–57  ·  view source on GitHub ↗

Summarize returns the Task summary for UI display

(hasher hashid.Encoder)

Source from the content-addressed store, hash-verified

55 Progress(ctx context.Context) Progresses
56 // Summarize returns the Task summary for UI display
57 Summarize(hasher hashid.Encoder) *Summary
58 // OnSuspend is called when queue decides to suspend the Task
59 OnSuspend(time int64)
60 // OnPersisted is called when the Task is persisted or updated in DB

Callers 6

ListTasksMethod · 0.65
SetDownloadFilesMethod · 0.65
BuildTaskListResponseFunction · 0.65
BuildTaskResponseFunction · 0.65
TasksMethod · 0.65
GetMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected