MCPcopy
hub / github.com/helm/helm / Read

Method Read

pkg/kubeenv/roundtripper_test.go:155–157  ·  view source on GitHub ↗
(_ []byte)

Source from the content-addressed store, hash-verified

153type errReader struct{}
154
155func (e *errReader) Read(_ []byte) (int, error) {
156 return 0, errors.New("read error")
157}
158
159func (e *errReader) Close() error {
160 return nil

Callers 7

TestBomTestDataFunction · 0.45
LoadValuesFunction · 0.45
EnsureArchiveFunction · 0.45
TestParallelDownloadToFunction · 0.45
TestBomTestDataFunction · 0.45
LoadValuesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected