MCPcopy Index your code
hub / github.com/totaljs/framework / cluster_send

Function cluster_send

session.js:851–855  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

849};
850
851function cluster_send(obj) {
852 obj.TYPE = 'session';
853 obj.ID = F.id;
854 process.send(obj);
855}
856
857exports.Session = Session;

Callers 1

session.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected