Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
56
func
(c *memoryUploadCache) Complete(filePath string) {
57
c.cache.Delete(filePath)
58
}
59
60
func
(c *memoryUploadCache) GetLength(filePath string) (int64, error) {
61
item := c.cache.Get(filePath)
Callers
nothing calls this directly
Calls
1
Delete
Method · 0.65
Tested by
no test coverage detected