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

Method Persisted

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

Persisted returns true if the Task is persisted in DB

()

Source from the content-addressed store, hash-verified

36 ShouldPersist() bool
37 // Persisted returns true if the Task is persisted in DB
38 Persisted() bool
39 // Executed returns the duration of the Task execution
40 Executed() time.Duration
41 // Retried returns the number of times the Task has been retried

Callers 1

saveTaskToInventoryFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected