MCPcopy
hub / github.com/filebrowser/filebrowser / Delete

Method Delete

http/preview.go:34–34  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

32 Store(ctx context.Context, key string, value []byte) error
33 Load(ctx context.Context, key string) ([]byte, bool, error)
34 Delete(ctx context.Context, key string) error
35}
36
37func previewHandler(imgSvc ImgService, fileCache FileCache, enableThumbnails, resizePreview bool) handleFunc {

Callers 4

CompleteMethod · 0.65
share.goFile · 0.65
users.goFile · 0.65
delThumbsFunction · 0.65

Implementers 2

NoOpdiskcache/noop_cache.go
FileCachediskcache/file_cache.go

Calls

no outgoing calls

Tested by

no test coverage detected