MCPcopy Index your code
hub / github.com/anomalyco/opencode / sendMenuCommand

Function sendMenuCommand

packages/desktop/src/main/ipc.ts:246–248  ·  view source on GitHub ↗
(win: BrowserWindow, id: string)

Source from the content-addressed store, hash-verified

244}
245
246export function sendMenuCommand(win: BrowserWindow, id: string) {
247 win.webContents.send("menu-command", id)
248}
249
250export function sendDeepLinks(win: BrowserWindow, urls: string[]) {
251 win.webContents.send("deep-link", urls)

Callers 1

index.tsFile · 0.90

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected