Function
Exec
(argv0 string, argv, envv []string)
Source from the content-addressed store, hash-verified
| 19 | } |
| 20 | |
| 21 | func Exec(argv0 string, argv, envv []string) error { |
| 22 | return exec(argv0, argv, envv) |
| 23 | } |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…