MCPcopy
hub / github.com/filebrowser/filebrowser / Complete

Method Complete

http/upload_cache_memory.go:56–58  ·  view source on GitHub ↗
(filePath string)

Source from the content-addressed store, hash-verified

54}
55
56func (c *memoryUploadCache) Complete(filePath string) {
57 c.cache.Delete(filePath)
58}
59
60func (c *memoryUploadCache) GetLength(filePath string) (int64, error) {
61 item := c.cache.Get(filePath)

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected