MCPcopy
hub / github.com/smallstep/cli / Read

Method Read

utils/internal/utfbom/utfbom_test.go:156–158  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

154type zeroReader struct{}
155
156func (zeroReader) Read(p []byte) (int, error) {
157 return 0, nil
158}
159
160type readerEncoding struct {
161 Rd *Reader

Callers 3

TestSkipZeroReaderFunction · 0.45
TestSkipOnlyZeroReaderFunction · 0.45
TestReader_ReadEmptyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected