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

Method GetTask

pkg/cluster/node.go:365–367  ·  view source on GitHub ↗
(ctx context.Context, id int, clearOnComplete bool)

Source from the content-addressed store, hash-verified

363}
364
365func (b *nodeBase) GetTask(ctx context.Context, id int, clearOnComplete bool) (*SlaveTaskSummary, error) {
366 return nil, errors.New("not implemented")
367}
368
369func (b *nodeBase) CleanupFolders(ctx context.Context, folders ...string) error {
370 return errors.New("not implemented")

Callers

nothing calls this directly

Calls 1

NewMethod · 0.65

Tested by

no test coverage detected