MCPcopy
hub / github.com/b-nnett/codex-plusplus / handle

Method handle

packages/sdk/src/index.ts:386–386  ·  view source on GitHub ↗

Main-side: handle invokes from the renderer.

(channel: string, handler: (...args: unknown[]) => unknown)

Source from the content-addressed store, hash-verified

384 invoke<T = unknown>(channel: string, ...args: unknown[]): Promise<T>;
385 /** Main-side: handle invokes from the renderer. */
386 handle?(channel: string, handler: (...args: unknown[]) => unknown): void;
387}
388
389export interface TweakFs {

Callers 4

main.jsFile · 0.80
makeMainIpcFunction · 0.80
main.tsFile · 0.80
makeMainIpcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected