MCPcopy Create free account
hub / github.com/totaljs/framework / fork

Function fork

cluster.js:460–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

458}
459
460function fork() {
461 require('./index');
462 F.on('message', on_init);
463}
464
465function on_init(msg) {
466 switch (msg.TYPE) {

Callers 2

cluster.jsFile · 0.85
restartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected