Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LearnBoost/cluster
/ kill
Function
kill
lib/master.js:727–729 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
725
var
self = this;
726
727
function
kill(){
728
process.kill(self.ppid, sig);
729
}
730
731
if
(this.listening)
return
kill();
732
this.on(
'listening'
, kill);
Callers
1
master.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected