MCPcopy
hub / github.com/containerd/containerd / Info

Method Info

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

Info will return metadata about content available in the content store. If the content is not present, ErrNotFound will be returned.

(ctx context.Context, dgst digest.Digest)

Source from the content-addressed store, hash-verified

120 //
121 // If the content is not present, ErrNotFound will be returned.
122 Info(ctx context.Context, dgst digest.Digest) (Info, error)
123}
124
125// Manager provides methods for inspecting, listing and removing content.

Callers 15

FuzzContentStoreFunction · 0.65
InfoMethod · 0.65
InfoMethod · 0.65
FetchMethod · 0.65
openMethod · 0.65
CommitMethod · 0.65
ResolveMethod · 0.65
ConfigureHostsFunction · 0.65
removeMethod · 0.65
WriterMethod · 0.65

Implementers 15

containerclient/container.go
proxyMountscore/mount/proxy/proxy.go
convertClientcore/mount/proxy/proxy.go
mountManagercore/mount/manager/manager.go
contentStorecore/metadata/content.go
proxyContentStorecore/content/proxy/content_store.go
convertClientcore/content/proxy/content_store.go
managercore/runtime/v2/example/example.go
managerShimpkg/shim/deprecated.go
fakeImagepkg/oci/spec_opts_test.go
fakeSpecOnlyContainerinternal/cri/server/container_status_t
fakeContainerinternal/cri/server/podsandbox/recover

Calls

no outgoing calls

Tested by 1

FuzzContentStoreFunction · 0.52