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

Function invokeDevMethod

electron/window.js:38–41  ·  view source on GitHub ↗
(win, name)

Source from the content-addressed store, hash-verified

36}
37
38const invokeDevMethod = (win, name) => executeJavaScript(
39 win,
40 `window.invokeDevMethod && window.invokeDevMethod('${name}')`,
41)
42
43const registerKeyboradShortcut = (win) => {
44 const prefix = process.platform === 'darwin' ? 'Command' : 'Ctrl'

Callers 1

registerKeyboradShortcutFunction · 0.70

Calls 1

executeJavaScriptFunction · 0.85

Tested by

no test coverage detected