Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
func
(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
71
func
newCmd(cmd *exec.Cmd) *Cmd {
72
wrapped := &Cmd{Cmd: cmd}
Callers
4
Run
Method · 0.95
Start
Method · 0.95
Output
Method · 0.95
CombinedOutput
Method · 0.95
Calls
1
Trace
Function · 0.85
Tested by
no test coverage detected