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

Method Recycle

pkg/filemanager/fs/fs.go:53–53  ·  view source on GitHub ↗

Recycle recycles a DBFS and its generated resources.

()

Source from the content-addressed store, hash-verified

51 FileManager
52 // Recycle recycles a DBFS and its generated resources.
53 Recycle()
54 // Capacity returns the storage capacity of the filesystem.
55 Capacity(ctx context.Context, u *ent.User) (*Capacity, error)
56 // CheckCapability checks if the filesystem supports given capability.

Callers

nothing calls this directly

Implementers 1

DBFSpkg/filemanager/fs/dbfs/dbfs.go

Calls

no outgoing calls

Tested by

no test coverage detected