()
| 11579 | } |
| 11580 | |
| 11581 | function hasContextChanged() { |
| 11582 | return didPerformWorkStackCursor.current; |
| 11583 | } |
| 11584 | |
| 11585 | function isContextConsumer(fiber) { |
| 11586 | return fiber.tag === ClassComponent && fiber.type.contextTypes != null; |
no outgoing calls
no test coverage detected