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

Function exec

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

Source from the content-addressed store, hash-verified

23}
24
25func exec(argv0 string, argv, envv []string) error {
26 return syscall.Exec(argv0, argv, envv)
27}

Callers 1

ExecFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…