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

Method invoke

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

Source from the content-addressed store, hash-verified

8
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

Callers 1

createElectronApiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected