MCPcopy
hub / github.com/keploy/keploy / Read

Method Read

pkg/util.go:850–852  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

848}
849
850func (g *gzipReadCloser) Read(p []byte) (int, error) {
851 return g.gzipReader.Read(p)
852}
853
854func (g *gzipReadCloser) Close() error {
855 gzErr := g.gzipReader.Close()

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.65

Tested by

no test coverage detected