()
| 12597 | } |
| 12598 | |
| 12599 | function hasContextChanged() { |
| 12600 | return didPerformWorkStackCursor.current; |
| 12601 | } |
| 12602 | |
| 12603 | function isContextConsumer(fiber) { |
| 12604 | return fiber.tag === ClassComponent && fiber.type.contextTypes != null; |
no outgoing calls
no test coverage detected