()
| 12040 | } |
| 12041 | |
| 12042 | function getRootHostContainer() { |
| 12043 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 12044 | return rootInstance; |
| 12045 | } |
| 12046 | |
| 12047 | function pushHostContainer(fiber, nextRootInstance) { |
| 12048 | // Push current root instance onto the stack; |
no test coverage detected