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

Method Progress

pkg/filemanager/workflows/extract.go:829–833  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

827}
828
829func (m *SlaveExtractArchiveTask) Progress(ctx context.Context) queue.Progresses {
830 m.Lock()
831 defer m.Unlock()
832 return m.progress
833}
834
835func isFileInMask(path string, mask []string) bool {
836 if len(mask) == 0 {

Callers

nothing calls this directly

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected