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

Function isTargetNerdish

pkg/testutil/nerdtest/command.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func isTargetNerdish() bool {
50 return !strings.HasPrefix(filepath.Base(testutil.GetTarget()), "docker")
51}
52
53func newNerdCommand(conf test.Config, t tig.T) *nerdCommand {
54 // Decide what binary we are running

Callers 5

requirements.goFile · 0.85
AmbientRequirementsMethod · 0.85
newNerdCommandFunction · 0.85
RunMethod · 0.85
prepMethod · 0.85

Calls 1

GetTargetFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…