Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docmirror/dev-sidecar
/ on
Function
on
packages/gui/src/view/api.js:27–29 ·
view source on GitHub ↗
(channel, callback)
Source
from the content-addressed store, hash-verified
25
apiObj = {
26
ipc: {
27
on (channel, callback) {
28
ipcRenderer.on(channel, callback)
29
},
30
removeAllListeners (channel) {
31
ipcRenderer.removeAllListeners(channel)
32
},
Callers
nothing calls this directly
Calls
1
on
Method · 0.80
Tested by
no test coverage detected