MCPcopy
hub / github.com/livebud/bud / Process

Struct Process

internal/shell/command.go:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type Process struct {
80 cmd *exec.Cmd
81 ctx context.Context
82 exitCh chan error
83 closeOnce once.Error
84}
85
86func (p *Process) Start() error {
87 if err := p.cmd.Start(); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected