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

Function __pchannel

src/scripting/OOAPI.js:125–131  ·  view source on GitHub ↗
(id, payload)

Source from the content-addressed store, hash-verified

123};
124
125function __pchannel (id, payload) {
126 self.postMessage(JSON.stringify({
127 'channel': id,
128 'payload': payload,
129 'callback': false
130 }));
131};
132
133function __achannel (id, auth, payload) {
134 self.postMessage(JSON.stringify({

Callers 14

registerObjectFunction · 0.85
deregisterObjectByIdFunction · 0.85
openWindowFunction · 0.85
injectStyleFunction · 0.85
_callMethod · 0.85
_callDrawMethodMethod · 0.85
Display.tsFile · 0.85
eventToggleMethod · 0.85
propertyUpdateMethod · 0.85
methodCallMethod · 0.85
playFunction · 0.85
pauseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected