Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jhen0409/react-native-debugger
/ invokeDevMethod
Function
invokeDevMethod
app/utils/devMenu.js:79–83 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
77
}
78
79
export
const
invokeDevMethod = (name) => () => {
80
if
(availableMethods.includes(name)) {
81
return
devMenuMethods[name]()
82
}
83
}
84
85
const
hslShift = [0.5, 0.2, 0.8]
86
const
icon = (name, resizeOpts) => {
Callers
1
index.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected