MCPcopy
hub / github.com/ZToolsCenter/ZTools / handler

Function handler

resources/preload.js:900–900  ·  view source on GitHub ↗
(_event, payload)

Source from the content-addressed store, hash-verified

898 ),
899 onPluginMarketDownloadProgress: (callback) => {
900 const handler = (_event, payload) => callback(payload)
901 electron.ipcRenderer.on('plugin-market-download-progress', handler)
902 return () => {
903 electron.ipcRenderer.removeListener('plugin-market-download-progress', handler)

Callers 2

preload.jsFile · 0.70
handleJumpZtoolsCodeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected