(_type: Type, _props: Props)
| 142 | return false; |
| 143 | }, |
| 144 | |
| 145 | getRootHostContext(_rootContainerInstance: Container): HostContext { |
| 146 | log.debug("getRootHostContext"); |
| 147 | return {}; |
| 148 | }, |
| 149 | |
| 150 | getChildHostContext( |
nothing calls this directly
no outgoing calls
no test coverage detected