MCPcopy
hub / github.com/filebrowser/filebrowser / All

Method All

share/storage.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9// StorageBackend is the interface to implement for a share storage.
10type StorageBackend interface {
11 All() ([]*Link, error)
12 FindByUserID(id uint) ([]*Link, error)
13 GetByHash(hash string) (*Link, error)
14 GetPermanent(path string, id uint) (*Link, error)

Callers 6

share.goFile · 0.65
getSharesForAdminPathFunction · 0.65
AllMethod · 0.65
GetsMethod · 0.65
remainingHashesFunction · 0.65
AllMethod · 0.65

Calls

no outgoing calls

Tested by 1

remainingHashesFunction · 0.52