MCPcopy Index your code
hub / github.com/coldbrewcloud/coldbrew-cli / ExecCallback

FuncType ExecCallback

exec/exec.go:9–9  ·  view source on GitHub ↗
func(stdout, stderr *string, exitError *exec.ExitError, err error)

Source from the content-addressed store, hash-verified

7)
8
9type ExecCallback func(stdout, stderr *string, exitError *exec.ExitError, err error)
10
11func Exec(name string, args ...string) (stdout chan string, stderr chan string, exit chan error, err error) {
12 if name == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected