()
| 11707 | } |
| 11708 | |
| 11709 | function hasContextChanged() { |
| 11710 | return didPerformWorkStackCursor.current; |
| 11711 | } |
| 11712 | |
| 11713 | function isContextConsumer(fiber) { |
| 11714 | return fiber.tag === ClassComponent && fiber.type.contextTypes != null; |
no outgoing calls
no test coverage detected