MCPcopy Index your code
hub / github.com/cortesi/modd / Stop

Method Stop

shell/shell.go:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159func (e *Executor) Stop() error {
160 return e.Signal(os.Kill)
161}
162
163func logOutput(wg *sync.WaitGroup, fp io.ReadCloser, out func(string, ...interface{})) {
164 defer wg.Done()

Callers 3

testCmdFunction · 0.95
ShutdownMethod · 0.80
runOnChanMethod · 0.80

Calls 1

SignalMethod · 0.95

Tested by 1

testCmdFunction · 0.76