MCPcopy Index your code
hub / github.com/caseywebdev/react-list / readContext

Function readContext

docs/index.js:10721–10723  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

10719 null !== workInProgress && (workInProgress.firstContext = null);
10720}
10721function readContext(context) {
10722 return readContextForConsumer(currentlyRenderingFiber, context);
10723}
10724function readContextDuringReconciliation(consumer, context) {
10725 null === currentlyRenderingFiber && prepareToReadContext(consumer);
10726 return readContextForConsumer(consumer, context);

Callers 5

useFunction · 0.85
useHostTransitionStatusFunction · 0.85
updateClassComponentFunction · 0.85
beginWorkFunction · 0.85
index.jsFile · 0.85

Calls 1

readContextForConsumerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…