()
| 12439 | } |
| 12440 | |
| 12441 | function hasContextChanged() { |
| 12442 | return didPerformWorkStackCursor.current; |
| 12443 | } |
| 12444 | |
| 12445 | function isContextConsumer(fiber) { |
| 12446 | return fiber.tag === ClassComponent && fiber.type.contextTypes != null; |
no outgoing calls
no test coverage detected