MCPcopy
hub / github.com/filebrowser/filebrowser / FindByUserID

Method FindByUserID

share/storage.go:12–12  ·  view source on GitHub ↗
(id uint)

Source from the content-addressed store, hash-verified

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)
15 Gets(path string, id uint) ([]*Link, error)

Callers 2

share.goFile · 0.65
FindByUserIDMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected