Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
func
(p *Process) kill() error {
76
return
p.Signal(Kill)
77
}
78
79
// ProcessState stores information about a process, as reported by Wait.
80
type
ProcessState
struct
{
Callers
1
Kill
Method · 0.95
Calls
1
Signal
Method · 0.95
Tested by
no test coverage detected