MCPcopy
hub / github.com/google/go-containerregistry / tokenReleasingReadCloser

Struct tokenReleasingReadCloser

pkg/v1/mutate/mutate_test.go:1095–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1093}
1094
1095type tokenReleasingReadCloser struct {
1096 io.Reader
1097 release func()
1098 closed bool
1099}
1100
1101func (rc *tokenReleasingReadCloser) Close() error {
1102 if !rc.closed {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected