MCPcopy Create free account
hub / github.com/DarthSim/hivemind / Kill

Method Kill

process.go:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (p *process) Kill() {
82 if p.Running() {
83 p.writeLine([]byte("\033[1mKilling...\033[0m"))
84 p.signal(syscall.SIGKILL)
85 }
86}

Callers 1

waitForExitMethod · 0.80

Calls 3

RunningMethod · 0.95
writeLineMethod · 0.95
signalMethod · 0.95

Tested by

no test coverage detected