MCPcopy
hub / github.com/filebrowser/filebrowser / Get

Method Get

users/storage.go:23–23  ·  view source on GitHub ↗
(baseScope string, followExternalSymlinks bool, id interface{})

Source from the content-addressed store, hash-verified

21
22type Store interface {
23 Get(baseScope string, followExternalSymlinks bool, id interface{}) (user *User, err error)
24 GetByScope(scope string) (*User, error)
25 Gets(baseScope string, followExternalSymlinks bool) ([]*User, error)
26 Update(user *User, fields ...string) error

Callers 15

GetLengthMethod · 0.65
getSharesForAdminPathFunction · 0.65
users.goFile · 0.65
tusPostHandlerFunction · 0.65
tusPatchHandlerFunction · 0.65
getUploadLengthFunction · 0.65
getUploadOffsetFunction · 0.65
GetLengthMethod · 0.65
public.goFile · 0.65
authenticateShareRequestFunction · 0.65
withUserFunction · 0.65
loginHandlerFunction · 0.65

Implementers 2

Storageusers/storage.go
mockUserStoreauth/proxy_test.go

Calls

no outgoing calls

Tested by 2

GetMethod · 0.52