Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/filebrowser/filebrowser
/ Touch
Method
Touch
http/upload_cache_memory.go:68–70 ·
view source on GitHub ↗
(filePath string)
Source
from the content-addressed store, hash-verified
66
}
67
68
func
(c *memoryUploadCache) Touch(filePath string) {
69
c.cache.Touch(filePath)
70
}
71
72
func
(c *memoryUploadCache) Close() {
73
c.cache.Stop()
Callers
nothing calls this directly
Calls
1
Touch
Method · 0.65
Tested by
no test coverage detected