* @param {ReactComponent} component * @return {boolean}
(component)
| 12095 | * @return {boolean} |
| 12096 | */ |
| 12097 | function isTextComponent(component) { |
| 12098 | return component instanceof textComponentClass; |
| 12099 | } |
| 12100 | |
| 12101 | var ReactNativeComponent = { |
| 12102 | getComponentClassForElement: getComponentClassForElement, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…