()
| 12381 | } |
| 12382 | |
| 12383 | function hasContextChanged() { |
| 12384 | return didPerformWorkStackCursor.current; |
| 12385 | } |
| 12386 | |
| 12387 | function isContextConsumer(fiber) { |
| 12388 | return fiber.tag === ClassComponent && fiber.type.contextTypes != null; |
no outgoing calls
no test coverage detected