MCPcopy
hub / github.com/containerd/containerd / GetContainer

Function GetContainer

integration/main_test.go:878–880  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

876}
877
878func GetContainer(id string) (containers.Container, error) {
879 return containerdClient.ContainerService().Get(context.Background(), id)
880}

Callers

nothing calls this directly

Calls 2

ContainerServiceMethod · 0.80
GetMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…