MCPcopy Index your code
hub / github.com/containerd/containerd / ID

Method ID

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

ID returns the container's unique id

()

Source from the content-addressed store, hash-verified

107
108// ID returns the container's unique id
109func (c *container) ID() string {
110 return c.id
111}
112
113func (c *container) Info(ctx context.Context, opts ...InfoOpts) (containers.Container, error) {
114 i := &InfoConfig{

Callers 1

CheckpointMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected