(Component)
| 6894 | }; |
| 6895 | |
| 6896 | function shouldConstruct(Component) { |
| 6897 | return !!(Component.prototype && Component.prototype.isReactComponent); |
| 6898 | } |
| 6899 | |
| 6900 | // This is used to create an alternate fiber to do work on. |
| 6901 | function createWorkInProgress(current, pendingProps, expirationTime) { |
no outgoing calls
no test coverage detected