()
| 12346 | } |
| 12347 | |
| 12348 | function hasContextChanged() { |
| 12349 | return didPerformWorkStackCursor.current; |
| 12350 | } |
| 12351 | |
| 12352 | function isContextConsumer(fiber) { |
| 12353 | return fiber.tag === ClassComponent && fiber.type.contextTypes != null; |
no outgoing calls
no test coverage detected