MCPcopy 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

pollFunction · 0.70

Tested by

no test coverage detected