MCPcopy Create free account
hub / github.com/fogleman/nes / thumbnailURL

Function thumbnailURL

ui/util.go:33–35  ·  view source on GitHub ↗
(hash string)

Source from the content-addressed store, hash-verified

31}
32
33func thumbnailURL(hash string) string {
34 return "http://www.michaelfogleman.com/static/nes/" + hash + ".png"
35}
36
37func thumbnailPath(hash string) string {
38 return homeDir + "/.nes/thumbnail/" + hash + ".png"

Callers 1

downloadThumbnailMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…