MCPcopy 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
37func thumbnailPath(hash string) string {
38 return homeDir + "/.nes/thumbnail/" + hash + ".png"
39}
40
41func sramPath(hash string, snapshot int) string {
42 if snapshot >= 0 {

Callers 2

loadThumbnailMethod · 0.85
downloadThumbnailMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected