MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / __achannel

Function __achannel

src/scripting/OOAPI.js:133–140  ·  view source on GitHub ↗
(id, auth, payload)

Source from the content-addressed store, hash-verified

131};
132
133function __achannel (id, auth, payload) {
134 self.postMessage(JSON.stringify({
135 'channel': id,
136 'auth': auth,
137 'payload': payload,
138 'callback': false
139 }));
140};

Callers 3

Worker.jsFile · 0.85
exitFunction · 0.85
alertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected