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

Struct closeTrackingLayer

pkg/crane/export_test.go:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71type closeTrackingLayer struct {
72 closed *bool
73}
74
75func (l closeTrackingLayer) Digest() (v1.Hash, error) {
76 return v1.Hash{Algorithm: "sha256", Hex: strings.Repeat("0", 64)}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected