MCPcopy Create free account
hub / github.com/containers/image / Error

Method Error

storage/storage_dest.go:1345–1347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1343}
1344
1345func (e untrustedLayerDiffIDUnknownError) Error() string {
1346 return fmt.Sprintf("DiffID value for layer %d is unknown or explicitly empty", e.layerIndex)
1347}
1348
1349// untrustedLayerDiffID returns a DiffID value for layerIndex from the image’s config.
1350// It may return two special errors, errUntrustedLayerDiffIDNotYetAvailable or untrustedLayerDiffIDUnknownError.

Callers 10

TestNewReferenceFunction · 0.45
TestResolveReferenceFunction · 0.45
TestDuplicateIDFunction · 0.45
TestDuplicateNameIDFunction · 0.45
newReferenceFunction · 0.45

Calls

no outgoing calls

Tested by 8

TestNewReferenceFunction · 0.36
TestResolveReferenceFunction · 0.36
TestDuplicateIDFunction · 0.36
TestDuplicateNameIDFunction · 0.36