()
| 33 | |
| 34 | let networkInspectEnabled = !!config.networkInspect |
| 35 | const sendContextMenuUpdate = () => { |
| 36 | ipcRenderer.send(`context-menu-available-methods-update-${currentWindow.id}`, { |
| 37 | availableMethods, |
| 38 | networkInspectEnabled, |
| 39 | }) |
| 40 | } |
| 41 | |
| 42 | export const networkInspect = { |
| 43 | isEnabled: () => !!networkInspectEnabled, |
no outgoing calls
no test coverage detected