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

Method OnStatusTransition

pkg/queue/task.go:350–352  ·  view source on GitHub ↗
(newStatus task.Status)

Source from the content-addressed store, hash-verified

348}
349
350func (t *DBTask) OnStatusTransition(newStatus task.Status) {
351 // Nop
352}
353
354func (t *DBTask) Lock() {
355 t.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected