(container)
| 11271 | } |
| 11272 | |
| 11273 | function getTopLevelWrapperInContainer(container) { |
| 11274 | var root = getNativeRootInstanceInContainer(container); |
| 11275 | return root ? root._nativeContainerInfo._topLevelWrapper : null; |
| 11276 | } |
| 11277 | |
| 11278 | /** |
| 11279 | * Temporary (?) hack so that we can store all top-level pending updates on |
no test coverage detected
searching dependent graphs…