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

Function getWin

electron/menu/linux+win.js:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23import { toggleSyncState, isSyncState } from '../sync-state'
24
25const getWin = () => BrowserWindow.getFocusedWindow()
26const viewItems = process.env.NODE_ENV === 'developemnt'
27 ? [item('Reload Window', 'Alt+CTRL+R', () => reload(getWin()))]
28 : []

Callers 1

linux+win.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected