(Component)
| 6224 | }; |
| 6225 | |
| 6226 | function shouldConstruct(Component) { |
| 6227 | return !!(Component.prototype && Component.prototype.isReactComponent); |
| 6228 | } |
| 6229 | |
| 6230 | // This is used to create an alternate fiber to do work on. |
| 6231 | function createWorkInProgress(current, pendingProps, expirationTime) { |
no outgoing calls
no test coverage detected