MCPcopy 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
79export const invokeDevMethod = (name) => () => {
80 if (availableMethods.includes(name)) {
81 return devMenuMethods[name]()
82 }
83}
84
85const hslShift = [0.5, 0.2, 0.8]
86const icon = (name, resizeOpts) => {

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected