()
| 12484 | } |
| 12485 | |
| 12486 | function hasContextChanged() { |
| 12487 | return didPerformWorkStackCursor.current; |
| 12488 | } |
| 12489 | |
| 12490 | function isContextConsumer(fiber) { |
| 12491 | return fiber.tag === ClassComponent && fiber.type.contextTypes != null; |
no outgoing calls
no test coverage detected