(id string)
| 876 | } |
| 877 | |
| 878 | func GetContainer(id string) (containers.Container, error) { |
| 879 | return containerdClient.ContainerService().Get(context.Background(), id) |
| 880 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…