MCPcopy Create free account
hub / github.com/containerd/nerdctl / NewBaseWithIPv6Compatible

Function NewBaseWithIPv6Compatible

pkg/testutil/testutil.go:680–682  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

678}
679
680func NewBaseWithIPv6Compatible(t *testing.T) *Base {
681 return newBase(t, Namespace, true, false)
682}
683
684func NewBase(t *testing.T) *Base {
685 return newBase(t, Namespace, false, false)

Callers 1

Calls 1

newBaseFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…