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

Function setDebuggerStatus

app/actions/debugger.js:12–15  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

10})
11
12export const setDebuggerStatus = (status) => ({
13 type: SET_DEBUGGER_STATUS,
14 status,
15})
16
17export const setDebuggerWorker = (worker, status) => ({
18 type: SET_DEBUGGER_WORKER,

Callers 1

connectToDebuggerProxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected