MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / Command

Method Command

utils/exec.go:100–102  ·  view source on GitHub ↗

Command is part of the Interface interface.

(cmd string, args ...string)

Source from the content-addressed store, hash-verified

98
99// Command is part of the Interface interface.
100func (executor *executor) Command(cmd string, args ...string) Cmd {
101 return (*cmdWrapper)(exec.Command(cmd, args...))
102}
103
104// CommandContext is part of the Interface interface.
105func (executor *executor) CommandContext(ctx context.Context, cmd string, args ...string) Cmd {

Callers

nothing calls this directly

Calls 1

CommandMethod · 0.65

Tested by

no test coverage detected