| 69 | } |
| 70 | |
| 71 | type closeTrackingLayer struct { |
| 72 | closed *bool |
| 73 | } |
| 74 | |
| 75 | func (l closeTrackingLayer) Digest() (v1.Hash, error) { |
| 76 | return v1.Hash{Algorithm: "sha256", Hex: strings.Repeat("0", 64)}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected