MCPcopy Index your code
hub / github.com/DarthSim/overmind / AddProcess

Method AddProcess

start/tmux.go:193–195  ·  view source on GitHub ↗
(p *process)

Source from the content-addressed store, hash-verified

191}
192
193func (t *tmuxClient) AddProcess(p *process) {
194 t.processes = append(t.processes, p)
195}
196
197func (t *tmuxClient) RespawnProcess(p *process) {
198 command := strings.ReplaceAll(fmt.Sprintf("%q", p.Command), "$", "\\$")

Callers 1

newProcessFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected