Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
851
function
cluster_send(obj) {
852
obj.TYPE =
'session'
;
853
obj.ID = F.id;
854
process.send(obj);
855
}
856
857
exports.Session = Session;
Callers
1
session.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected