MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / send

Method send

src/lib/DesktopBridge.ts:2–2  ·  view source on GitHub ↗
(channel: string, data?: unknown)

Source from the content-addressed store, hash-verified

1export interface DesktopBridge {
2 send(channel: string, data?: unknown): void;
3 on(channel: string, callback: (args: unknown) => void): void;
4}
5

Callers 4

bindMethod · 0.80
desktopMethod · 0.80
sendRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected