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

Method Cleanup

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

Cleanup is called when the Task is done or error.

(ctx context.Context)

Source from the content-addressed store, hash-verified

70
71 // Cleanup is called when the Task is done or error.
72 Cleanup(ctx context.Context) error
73
74 Lock()
75 Unlock()

Callers 1

initFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected