()
| 19 | import "github.com/containerd/nerdctl/v2/pkg/testutil" |
| 20 | |
| 21 | func environmentHasIPv6() bool { |
| 22 | return testutil.GetEnableIPv6() |
| 23 | } |
| 24 | |
| 25 | func environmentHasKubernetes() bool { |
| 26 | return testutil.GetEnableKubernetes() |
no test coverage detected
searching dependent graphs…