MCPcopy Create free account
hub / github.com/LanceLRQ/deer-executor / kill

Method kill

common/sandbox/cmd/exec_posix.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (p *Process) kill() error {
76 return p.Signal(Kill)
77}
78
79// ProcessState stores information about a process, as reported by Wait.
80type ProcessState struct {

Callers 1

KillMethod · 0.95

Calls 1

SignalMethod · 0.95

Tested by

no test coverage detected