MCPcopy Create free account
hub / github.com/jhen0409/react-native-debugger / checkIsOpenInEditorEnabled

Function checkIsOpenInEditorEnabled

electron/window.js:19–19  ·  view source on GitHub ↗
(win)

Source from the content-addressed store, hash-verified

17export const checkWindowInfo = (win) => executeJavaScript(win, 'window.checkWindowInfo()')
18
19const checkIsOpenInEditorEnabled = (win) => executeJavaScript(win, 'window.isOpenInEditorEnabled()')
20
21const changeMenuItems = (menus) => {
22 const rootMenuItems = Menu.getApplicationMenu().items

Callers 1

registerShortcutsFunction · 0.85

Calls 1

executeJavaScriptFunction · 0.85

Tested by

no test coverage detected