MCPcopy
hub / github.com/containerd/containerd / Digest

Method Digest

core/content/content.go:153–153  ·  view source on GitHub ↗

Digest may return empty digest or panics until committed.

()

Source from the content-addressed store, hash-verified

151
152 // Digest may return empty digest or panics until committed.
153 Digest() digest.Digest
154
155 // Commit commits the blob (but no roll-back is guaranteed on an error).
156 // size and expected can be zero-value when unknown.

Callers 15

WithCheckpointTaskFunction · 0.65
checkpointTaskMethod · 0.65
writeContentFunction · 0.65
FuzzContentStoreFunction · 0.65
defaultHandlerMethod · 0.65
pushMethod · 0.65
TestResolveProxyFunction · 0.65
TestResolveProxyFallbackFunction · 0.65
runBasicTestFunction · 0.65
testFetchFunction · 0.65
RegisterHandlerMethod · 0.65
ResolveMethod · 0.65

Implementers 5

pushWritercore/remotes/docker/pusher.go
namespacedWritercore/metadata/content.go
fakeWritercore/content/helpers_test.go
remoteWritercore/content/proxy/content_writer.go
writerplugins/content/local/writer.go

Calls

no outgoing calls

Tested by 15

FuzzContentStoreFunction · 0.52
defaultHandlerMethod · 0.52
TestResolveProxyFunction · 0.52
TestResolveProxyFallbackFunction · 0.52
runBasicTestFunction · 0.52
testFetchFunction · 0.52
RegisterHandlerMethod · 0.52
runReferrersTestFunction · 0.52
RegisterHandlerMethod · 0.52
runBasicTestFunction · 0.52
RegisterHandlerMethod · 0.52
dgstFunction · 0.52