Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/filebrowser/filebrowser
/ previewCacheKey
Function
previewCacheKey
http/preview.go:155–157 ·
view source on GitHub ↗
(f *files.FileInfo, previewSize PreviewSize)
Source
from the content-addressed store, hash-verified
153
}
154
155
func
previewCacheKey(f *files.FileInfo, previewSize PreviewSize) string {
156
return
fmt.Sprintf(
"%x%x%x"
, f.RealPath(), f.ModTime.Unix(), previewSize)
157
}
Callers
3
handleImagePreview
Function · 0.85
createPreview
Function · 0.85
delThumbs
Function · 0.85
Calls
1
RealPath
Method · 0.45
Tested by
no test coverage detected