Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
export
const
setDebuggerWorker = (worker, status) => ({
18
type
: SET_DEBUGGER_WORKER,
19
worker,
20
status,
21
})
22
23
export
const
syncState = (payload) => ({
24
type
: SYNC_STATE,
Callers
1
shutdownJSRuntime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected