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

Function GetTarget

pkg/testutil/testutil.go:545–550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

543}
544
545func GetTarget() string {
546 if flagTestTarget == "" {
547 panic("GetTarget() was called without calling M()")
548 }
549 return flagTestTarget
550}
551
552func GetEnableIPv6() bool {
553 return flagTestIPv6

Callers 10

IsDockerFunction · 0.92
getTargetFunction · 0.92
isTargetNerdishFunction · 0.92
TestCompletionFunction · 0.92
TestRunApparmorFunction · 0.92
ensureDaemonActiveFunction · 0.92
TestNetworkInspectByIDFunction · 0.92
TestInfoFunction · 0.92
IsDockerFunction · 0.85
newBaseFunction · 0.85

Calls

no outgoing calls

Tested by 5

TestCompletionFunction · 0.74
TestRunApparmorFunction · 0.74
ensureDaemonActiveFunction · 0.74
TestNetworkInspectByIDFunction · 0.74
TestInfoFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…