(workInProgress)
| 10713 | return !1; |
| 10714 | } |
| 10715 | function prepareToReadContext(workInProgress) { |
| 10716 | currentlyRenderingFiber = workInProgress; |
| 10717 | lastContextDependency = null; |
| 10718 | workInProgress = workInProgress.dependencies; |
| 10719 | null !== workInProgress && (workInProgress.firstContext = null); |
| 10720 | } |
| 10721 | function readContext(context) { |
| 10722 | return readContextForConsumer(currentlyRenderingFiber, context); |
| 10723 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…