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

Method trace

subprocess/cmd.go:63–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (c *Cmd) trace() {
64 if len(c.Args) > 0 {
65 Trace(c.Args[0], c.Args[1:]...)
66 } else {
67 Trace(c.Path)
68 }
69}
70
71func newCmd(cmd *exec.Cmd) *Cmd {
72 wrapped := &Cmd{Cmd: cmd}

Callers 4

RunMethod · 0.95
StartMethod · 0.95
OutputMethod · 0.95
CombinedOutputMethod · 0.95

Calls 1

TraceFunction · 0.85

Tested by

no test coverage detected