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

Method Quit

start/command.go:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160}
161
162func (c *command) Quit() {
163 c.stopTrig <- syscall.SIGINT
164}
165
166func (c *command) createScriptFile(e *procfileEntry, shell string, setPort bool) string {
167 scriptFile, err := os.Create(filepath.Join(c.scriptDir, e.Name))

Callers 1

processQuitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected