Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudBoost/cloudboost
/ Emitter
Function
Emitter
sdk/src/CloudSocketClientLib.js:2692–2695 ·
view source on GitHub ↗
* Initialize a new `Emitter`. * * @api public
(obj)
Source
from the content-addressed store, hash-verified
2690
*/
2691
2692
function
Emitter(obj) {
2693
if
(obj)
2694
return
mixin(obj);
2695
};
2696
2697
/**
2698
* Mixin the emitter properties.
Callers
1
CloudSocketClientLib.js
File · 0.70
Calls
1
mixin
Function · 0.70
Tested by
no test coverage detected