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

Function setDebuggerWorker

app/actions/debugger.js:17–21  ·  view source on GitHub ↗
(worker, status)

Source from the content-addressed store, hash-verified

15})
16
17export const setDebuggerWorker = (worker, status) => ({
18 type: SET_DEBUGGER_WORKER,
19 worker,
20 status,
21})
22
23export const syncState = (payload) => ({
24 type: SYNC_STATE,

Callers 1

shutdownJSRuntimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected