()
| 11232 | } |
| 11233 | |
| 11234 | function getRootHostContainer() { |
| 11235 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 11236 | return rootInstance; |
| 11237 | } |
| 11238 | |
| 11239 | function pushHostContainer(fiber, nextRootInstance) { |
| 11240 | // Push current root instance onto the stack; |
no test coverage detected