Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
162
func
(c *command) Quit() {
163
c.stopTrig <- syscall.SIGINT
164
}
165
166
func
(c *command) createScriptFile(e *procfileEntry, shell string, setPort bool) string {
167
scriptFile, err := os.Create(filepath.Join(c.scriptDir, e.Name))
Callers
1
processQuit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected