MCPcopy
hub / github.com/lightningpixel/modly / send

Method send

electron/preload/electron-api.ts:11–11  ·  view source on GitHub ↗
(channel: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

9export interface IpcRendererLike {
10 invoke(channel: string, ...args: unknown[]): Promise<unknown>
11 send(channel: string, ...args: unknown[]): void
12 on(channel: string, listener: (...args: unknown[]) => void): void
13 removeAllListeners(channel: string): void
14}

Callers 12

createElectronApiFunction · 0.80
createVenvFunction · 0.80
onLineFunction · 0.80
installRequirementsFunction · 0.80
runFullSetupFunction · 0.80
setupIpcHandlersFunction · 0.80
emitFunction · 0.80
index.tsFile · 0.80
initAutoUpdaterFunction · 0.80
_startMethod · 0.80
emitTqdmLogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected