MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / __schannel

Function __schannel

src/scripting/OOAPI.js:121–123  ·  view source on GitHub ↗
(id, callback)

Source from the content-addressed store, hash-verified

119};
120
121function __schannel (id, callback) {
122 __OOAPI.addListenerChannel(id, callback);
123};
124
125function __pchannel (id, payload) {
126 self.postMessage(JSON.stringify({

Callers 4

Worker.jsFile · 0.85
registerObjectFunction · 0.85
Display.tsFile · 0.85
Player.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected