MCPcopy
hub / github.com/containerd/containerd / ID

Method ID

client/container.go:53–53  ·  view source on GitHub ↗

ID identifies the container

()

Source from the content-addressed store, hash-verified

51type Container interface {
52 // ID identifies the container
53 ID() string
54 // Info returns the underlying container record type
55 Info(context.Context, ...InfoOpts) (containers.Container, error)
56 // Delete removes the container

Callers 4

TestNewContainerFunction · 0.95
TestContainerExtensionsFunction · 0.95
TestContainerInfoFunction · 0.95
TestIssue10589Function · 0.95

Calls

no outgoing calls

Tested by 4

TestNewContainerFunction · 0.76
TestContainerExtensionsFunction · 0.76
TestContainerInfoFunction · 0.76
TestIssue10589Function · 0.76