Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
133
function
__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.js
File · 0.85
exit
Function · 0.85
alert
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected