Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/node-js-libs/node.io
/ start
Function
start
lib/node.io/utils.js:285–290 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
283
}
284
285
var
start =
function
() {
286
daemon.daemonize(log_file, lock_file,
function
(err) {
287
if
(err)
return
status(
'Error starting daemon: '
+ err,
'error'
);
288
callback();
289
});
290
};
291
292
var
stop =
function
() {
293
try {
Callers
1
utils.js
File · 0.85
Calls
1
status
Function · 0.85
Tested by
no test coverage detected