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