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

Function NewBase

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

Source from the content-addressed store, hash-verified

682}
683
684func NewBase(t *testing.T) *Base {
685 return newBase(t, Namespace, false, false)
686}
687
688func newBase(t *testing.T, ns string, ipv6Compatible bool, kubernetesCompatible bool) *Base {
689 base := &Base{

Callers 15

preparePsTestContainerFunction · 0.92
TestRunHostLookupFunction · 0.92
TestHostPortAlreadyInUseFunction · 0.92
TestRunDNSFunction · 0.92
TestRunNetworkHost2613Function · 0.92

Calls 1

newBaseFunction · 0.85

Tested by 15

preparePsTestContainerFunction · 0.74
TestRunHostLookupFunction · 0.74
TestHostPortAlreadyInUseFunction · 0.74
TestRunDNSFunction · 0.74
TestRunNetworkHost2613Function · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…