MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / execGoFrom

Function execGoFrom

tools/mage/go.go:51–53  ·  view source on GitHub ↗
(dir string, stdout, stderr io.Writer, cmd string, args ...string)

Source from the content-addressed store, hash-verified

49}
50
51func execGoFrom(dir string, stdout, stderr io.Writer, cmd string, args ...string) error {
52 return execFrom(dir, nil, stdout, stderr, "go", buildGoArgs(cmd, args...)...)
53}
54
55func execGo(stdout, stderr io.Writer, cmd string, args ...string) error {
56 return execGoFrom("", stdout, stderr, cmd, args...)

Callers 2

execGoFunction · 0.85
runGoFromFunction · 0.85

Calls 2

execFromFunction · 0.85
buildGoArgsFunction · 0.85

Tested by

no test coverage detected