MCPcopy Index your code
hub / github.com/smallstep/cli / Exec

Function Exec

utils/sysutils/sysutils.go:21–23  ·  view source on GitHub ↗
(argv0 string, argv, envv []string)

Source from the content-addressed store, hash-verified

19}
20
21func Exec(argv0 string, argv, envv []string) error {
22 return exec(argv0, argv, envv)
23}

Callers 1

ExecFunction · 0.92

Calls 1

execFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…