Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-containerregistry
/ bytesCloser
Struct
bytesCloser
pkg/registry/blobs.go:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
type
bytesCloser
struct
{
97
*bytes.Reader
98
}
99
100
func
(r *bytesCloser) Close() error {
101
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected