Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
850
func
(g *gzipReadCloser) Read(p []byte) (int, error) {
851
return
g.gzipReader.Read(p)
852
}
853
854
func
(g *gzipReadCloser) Close() error {
855
gzErr := g.gzipReader.Close()
Callers
nothing calls this directly
Calls
1
Read
Method · 0.65
Tested by
no test coverage detected