Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/react/react
/ resume
Function
resume
packages/react-devtools-shared/src/inspectedElementCache.js:233–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
}
232
233
function
resume() {
234
if
(status ===
'running'
|| status ===
'aborted'
) {
235
return
;
236
}
237
238
status =
'idle'
;
239
poll();
240
}
241
242
function
pause() {
243
if
(status ===
'paused'
|| status ===
'aborted'
) {
Callers
nothing calls this directly
Calls
1
poll
Function · 0.70
Tested by
no test coverage detected