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

Function setDevMenuMethods

app/utils/devMenu.js:133–138  ·  view source on GitHub ↗
(list, wkr)

Source from the content-addressed store, hash-verified

131setDevMenuMethodsForTouchBar([])
132
133export const setDevMenuMethods = (list, wkr) => {
134 worker = wkr
135 availableMethods = list
136 sendContextMenuUpdate()
137 setDevMenuMethodsForTouchBar()
138}
139
140export const setReduxDevToolsMethods = (enabled, dispatch) => {
141 if (process.platform !== 'darwin') return

Callers 2

workerOnMessageFunction · 0.90
shutdownJSRuntimeFunction · 0.90

Calls 2

sendContextMenuUpdateFunction · 0.85

Tested by

no test coverage detected