MCPcopy
hub / github.com/vmware-tanzu/sonobuoy / Command

Method Command

pkg/image/exec/exec.go:48–48  ·  view source on GitHub ↗

command, args..., just like os/exec.Cmd

(string, ...string)

Source from the content-addressed store, hash-verified

46type Cmder interface {
47 // command, args..., just like os/exec.Cmd
48 Command(string, ...string) Cmd
49}
50
51// DefaultCmder is a LocalCmder instance used for convienience, packages

Callers 4

TestAggregation_tarfileFunction · 0.65
CommandFunction · 0.65
CommandMethod · 0.65
ensureExistsFunction · 0.65

Implementers 1

LocalCmderpkg/image/exec/local.go

Calls

no outgoing calls

Tested by 2

TestAggregation_tarfileFunction · 0.52
ensureExistsFunction · 0.52