MCPcopy Create free account
hub / github.com/SpookyJS/SpookyJS / emit

Function emit

lib/bootstrap/emit.js:1–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function emit() {
2 var args = Array.prototype.slice.call(arguments);
3
4 console.log(JSON.stringify({
5 jsonrpc: '2.0',
6 method: 'emit',
7 params: args
8 }));
9}
10
11module.exports.emit = emit;
12

Callers 3

getConsoleFnFunction · 0.70
respondFunction · 0.70
http-server.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected