MCPcopy 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.jsFile · 0.85

Calls 1

statusFunction · 0.85

Tested by

no test coverage detected