()
| 11263 | } |
| 11264 | |
| 11265 | function getRootHostContainer() { |
| 11266 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 11267 | return rootInstance; |
| 11268 | } |
| 11269 | |
| 11270 | function pushHostContainer(fiber, nextRootInstance) { |
| 11271 | // Push current root instance onto the stack; |
no test coverage detected