()
| 11902 | } |
| 11903 | |
| 11904 | function getRootHostContainer() { |
| 11905 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 11906 | return rootInstance; |
| 11907 | } |
| 11908 | |
| 11909 | function pushHostContainer(fiber, nextRootInstance) { |
| 11910 | // Push current root instance onto the stack; |
no test coverage detected