(win, name)
| 6 | } from './menu/common' |
| 7 | |
| 8 | const invokeDevMethod = (win, name) => win.webContents.executeJavaScript( |
| 9 | `window.invokeDevMethod && window.invokeDevMethod('${name}')`, |
| 10 | ) |
| 11 | |
| 12 | export const registerContextMenu = (win) => { |
| 13 | const { config } = readConfig() |
no outgoing calls
no test coverage detected