MCPcopy
hub / github.com/helm/helm / Put

Method Put

pkg/downloader/cache.go:38–38  ·  view source on GitHub ↗

Put stores the given reader for the given key.

(key [sha256.Size]byte, data io.Reader, cacheType string)

Source from the content-addressed store, hash-verified

36 Get(key [sha256.Size]byte, cacheType string) (string, error)
37 // Put stores the given reader for the given key.
38 Put(key [sha256.Size]byte, data io.Reader, cacheType string) (string, error)
39}
40
41// CacheChart specifies the content is a chart

Callers 2

LoginMethod · 0.65
DownloadToCacheMethod · 0.65

Implementers 1

DiskCachepkg/downloader/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected