Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fogleman/nes
/ thumbnailPath
Function
thumbnailPath
ui/util.go:37–39 ·
view source on GitHub ↗
(hash string)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
thumbnailPath(hash string) string {
38
return
homeDir +
"/.nes/thumbnail/"
+ hash +
".png"
39
}
40
41
func
sramPath(hash string, snapshot int) string {
42
if
snapshot >= 0 {
Callers
2
loadThumbnail
Method · 0.85
downloadThumbnail
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected