(Component)
| 6929 | }; |
| 6930 | |
| 6931 | function shouldConstruct(Component) { |
| 6932 | return !!(Component.prototype && Component.prototype.isReactComponent); |
| 6933 | } |
| 6934 | |
| 6935 | // This is used to create an alternate fiber to do work on. |
| 6936 | function createWorkInProgress(current, pendingProps, expirationTime) { |
no outgoing calls
no test coverage detected