( text, rootContainerInstance, internalInstanceHandle, )
| 307 | } |
| 308 | |
| 309 | export function createTextInstance( |
| 310 | text, |
| 311 | rootContainerInstance, |
| 312 | internalInstanceHandle, |
| 313 | ) { |
| 314 | return text; |
| 315 | } |
| 316 | |
| 317 | export function cloneMutableTextInstance(textInstance) { |
| 318 | return textInstance; |
no outgoing calls
no test coverage detected