MCPcopy
hub / github.com/git-lfs/git-lfs / newCmd

Function newCmd

subprocess/cmd.go:71–74  ·  view source on GitHub ↗
(cmd *exec.Cmd)

Source from the content-addressed store, hash-verified

69}
70
71func newCmd(cmd *exec.Cmd) *Cmd {
72 wrapped := &Cmd{Cmd: cmd}
73 return wrapped
74}

Callers 2

ExecCommandFunction · 0.85
ExecCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected